mirror of
https://github.com/danbulant/Shasha
synced 2026-07-07 03:51:09 +00:00
SPACE
This commit is contained in:
parent
bae8b552dc
commit
489714eca1
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ async function run(oldChannel, newChannel) {
|
||||||
|
|
||||||
emb.setTitle((newChannel.type === "voice" ? "Voice " : "") +
|
emb.setTitle((newChannel.type === "voice" ? "Voice " : "") +
|
||||||
(newChannel.type === "category" ? "Category" : "Channel") +
|
(newChannel.type === "category" ? "Category" : "Channel") +
|
||||||
"`" + newChannel.name + "` updated" + (audit?.executor ?
|
" `" + newChannel.name + "` updated" + (audit?.executor ?
|
||||||
` by ${audit.executor.bot ? "`[BOT]` " : ""
|
` by ${audit.executor.bot ? "`[BOT]` " : ""
|
||||||
}\`${audit.executor.tag}\`` : ""))
|
}\`${audit.executor.tag}\`` : ""))
|
||||||
.setColor(getColor("cyan"))
|
.setColor(getColor("cyan"))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue