logging: momento de copypaste
This commit is contained in:
parent
43f46c5bfe
commit
d59b180961
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ events.add("guildUpdate", "logging", async function (guild, oldGuild) {
|
|||
|
||||
if (featuresRemoved.length > 0) {
|
||||
if (featuresAdded.length > 0) diff += "\n";
|
||||
diff += "- " + featuresAdded.join("\n- ");
|
||||
diff += "- " + featuresRemoved.join("\n- ");
|
||||
}
|
||||
|
||||
diff += "```";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue