diff options
| author | Max Charrier <max@puffer.fish> | 2024-11-05 18:55:43 +0100 | 
|---|---|---|
| committer | Max Charrier <max@puffer.fish> | 2024-11-05 18:55:43 +0100 | 
| commit | c6168f9aec80667217468c456b26d04c863d9f7b (patch) | |
| tree | 1e6c05a325ad4472b9120468651108a04adc68ea /discordjs/src | |
| parent | f1e1f67101749b484f47a40efc2cab4462d09b1d (diff) | |
Last edge case
Signed-off-by: Max Charrier <max@puffer.fish>
Diffstat (limited to 'discordjs/src')
| -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 a4be533..baced9d 100644 --- a/discordjs/src/index.mjs +++ b/discordjs/src/index.mjs @@ -112,7 +112,7 @@ 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")) { +  if (message.content.includes(" allo ")) {      message.reply("a l'huile")    }    if (message.content.includes("<:quoi:1061204752542748742>")) {  | 
