diff options
| author | Max Charrier <max@puffer.fish> | 2024-11-05 18:49:44 +0100 | 
|---|---|---|
| committer | Max Charrier <max@puffer.fish> | 2024-11-05 18:49:44 +0100 | 
| commit | d42280711088456729239805bb2edea0aba4ecaa (patch) | |
| tree | f9494948fb5bbe9a2b976ad2b73363a2c5bcddff /discordjs | |
| parent | 65d48b9bcafc75c74440349a347f32e84c619c6b (diff) | |
FFE
Signed-off-by: Max Charrier <max@puffer.fish>
Diffstat (limited to 'discordjs')
| -rw-r--r-- | discordjs/src/index.mjs | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/discordjs/src/index.mjs b/discordjs/src/index.mjs index eeea619..02f6372 100644 --- a/discordjs/src/index.mjs +++ b/discordjs/src/index.mjs @@ -112,6 +112,9 @@ const messageAction = async (message, ctx) => {    if (message.content.includes("@everyone") && !ignoredEveryoneChannels.includes(message.channelId)) {      message.reply("https://cdn.mpgn.dev/pascontent-gabe.gif");    } +  if (message.content.includes("allo")) { +    message.reply("a l'huile") +  }    if (message.content.includes("<:quoi:1061204752542748742>")) {      message.reply("<:quoi:1061204752542748742>")    }  | 
