diff options
| author | 8cy <[email protected]> | 2020-07-18 19:15:07 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-18 19:15:07 -0700 |
| commit | e476a077d26365889c0c99553faffb94c0705c82 (patch) | |
| tree | bdf6df710c941d97424386d16f25421b6b099fc4 /src/bot.ts | |
| parent | change water emoji offsets (diff) | |
| download | dep-core-e476a077d26365889c0c99553faffb94c0705c82.tar.xz dep-core-e476a077d26365889c0c99553faffb94c0705c82.zip | |
add wader to water lists
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') } |