From 4939456f98288792d17d81865dcb17a07bdc21ea Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Fri, 17 Jul 2020 21:00:58 -0700 Subject: change water emoji offsets --- src/bot.ts | 3 ++- src/config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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') diff --git a/src/config.json b/src/config.json index 85b4d79..fff2555 100644 --- a/src/config.json +++ b/src/config.json @@ -2,7 +2,7 @@ "secret":"Njk5NDczMjYzOTk4MjcxNDg5.XpU5oQ.btZuxVudhNllSQY6CxrXXtMJm9A", "secret-dev":"NzEyMDg4MzY5MjA2OTE5MjY5.XsMeEw.Yy0a8m2vZLDbPi7cZ8aqCalMR68", "yt-api-key":"AIzaSyCeG1lQAeInv4vjFv_eTL9IFAFNdQC9Nk8", - "version":"1.10.36", + "version":"1.10.37", "fortniteTrackerNetworkToken": "4cf21f95-5f1a-412a-b4a7-e5424adc314a", "mongodburi": "mongodb://sin:cSDZEygGZz232eJ5bS@ds047107.mlab.com:47107/heroku_4qrjvmb9", "validUsers": [ -- cgit v1.2.3