This commit is contained in:
Neko-Life 2021-08-10 00:32:01 +07:00
parent bae8b552dc
commit 489714eca1

View file

@ -197,7 +197,7 @@ async function run(oldChannel, newChannel) {
emb.setTitle((newChannel.type === "voice" ? "Voice " : "") +
(newChannel.type === "category" ? "Category" : "Channel") +
"`" + newChannel.name + "` updated" + (audit?.executor ?
" `" + newChannel.name + "` updated" + (audit?.executor ?
` by ${audit.executor.bot ? "`[BOT]` " : ""
}\`${audit.executor.tag}\`` : ""))
.setColor(getColor("cyan"))