mirror of
https://github.com/danbulant/Shasha
synced 2026-06-19 22:31:31 +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 " : "") +
|
||||
(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"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue