From e476a077d26365889c0c99553faffb94c0705c82 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Sat, 18 Jul 2020 19:15:07 -0700 Subject: add wader to water lists --- src/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bot.ts') diff --git a/src/bot.ts b/src/bot.ts index 140b7e9..ab5cdba 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -190,7 +190,7 @@ client.on('message', async msg => { // If a message is in Kat's Korner and it mentions the word water, react with LizardsWater emoji. if (msg.guild?.id == '663964105983393793') - if (msg.content.toLowerCase().includes("water")) { + if (msg.content.toLowerCase().includes("water") || msg.content.toLowerCase().includes("wader")) { msg.react('733894420700594187') msg.react('732062891162992720') } -- cgit v1.2.3