summaryrefslogtreecommitdiff
path: root/discordjs/src/index.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'discordjs/src/index.mjs')
-rw-r--r--discordjs/src/index.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/discordjs/src/index.mjs b/discordjs/src/index.mjs
index a6f39c8..292e48a 100644
--- a/discordjs/src/index.mjs
+++ b/discordjs/src/index.mjs
@@ -60,7 +60,7 @@ const messageAction = async (message) => {
}
}
- if (message.content.includes("@everyone") && message.guild === "1055126989566124083") {
+ if (message.content.includes("@everyone") && (message.guild.id === "1055126989566124083" || specialChannels.includes(message.channelId))) {
message.reply("https://tenor.com/fr/view/muppetwiki-muppet-wiki-muppets-muppet-angry-gif-4979240094074316588");
}
};