summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-16 21:21:38 -0700
committer8cy <[email protected]>2020-07-16 21:21:38 -0700
commit8c0d89ba7f9e983f35ab6576d798ae0384b6ebab (patch)
tree928d4afe56377ef7fc9b2cc67f7d76d9301b1e74 /src/bot.ts
parentconvert water to lowercase (diff)
downloaddep-core-8c0d89ba7f9e983f35ab6576d798ae0384b6ebab.tar.xz
dep-core-8c0d89ba7f9e983f35ab6576d798ae0384b6ebab.zip
add more perms
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index e4635f8..9ce71ad 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -190,7 +190,10 @@ 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")) msg.react('731022085530583100')
+ if (msg.content.toLowerCase().includes("water")) {
+ msg.react('731022085530583100')
+ msg.react('732062891162992720')
+ }
});
// Register client