diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 18:43:12 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 18:43:12 +0400 |
| commit | b71ed0353958a58012045ef0fff9b9b0aea30d65 (patch) | |
| tree | 380dace4cec4cb76d5ee38896f3a5d53105ac4dc | |
| parent | 3e39f490a0d760b0d3cbe625ecd17d0e8fb8953d (diff) | |
add everyone gif
| -rw-r--r-- | discordjs/src/index.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discordjs/src/index.mjs b/discordjs/src/index.mjs index caee4b2..a6f39c8 100644 --- a/discordjs/src/index.mjs +++ b/discordjs/src/index.mjs @@ -60,7 +60,7 @@ const messageAction = async (message) => { } } - if (message.content.includes("@everyone")) { + if (message.content.includes("@everyone") && message.guild === "1055126989566124083") { message.reply("https://tenor.com/fr/view/muppetwiki-muppet-wiki-muppets-muppet-angry-gif-4979240094074316588"); } }; |
