summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 9ce71ad..7c7e5a6 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -194,6 +194,18 @@ client.on('message', async msg => {
msg.react('731022085530583100')
msg.react('732062891162992720')
}
+
+ if (msg.guild?.id == '663964105983393793') {
+ let variations = [
+ "ugycat",
+ "ugy",
+ "ugly",
+ "uglycat",
+ "uglycatdrool",
+ "ugycatdrool"
+ ]
+ if (variations.includes(msg.content.toLowerCase())) msg.react('733301856054280253')
+ }
});
// Register client