summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-17 21:00:58 -0700
committer8cy <[email protected]>2020-07-17 21:00:58 -0700
commit4939456f98288792d17d81865dcb17a07bdc21ea (patch)
treee6d36843d627b68d27c25e8357bc715add63564d /src/bot.ts
parentfix ugycat react method and make its simpliter accidentaly (diff)
downloaddep-core-4939456f98288792d17d81865dcb17a07bdc21ea.tar.xz
dep-core-4939456f98288792d17d81865dcb17a07bdc21ea.zip
change water emoji offsets
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 664bd7d..140b7e9 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -191,10 +191,11 @@ 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')
+ msg.react('733894420700594187')
msg.react('732062891162992720')
}
+ // If message has ugycat then react with ugycat
if (msg.guild?.id == '663964105983393793') {
if (msg.content.toLowerCase().includes('ugy') || msg.content.toLowerCase().includes('ugly'))
msg.react('733301856054280253')