diff options
| author | 8cy <[email protected]> | 2020-07-16 21:37:42 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-16 21:37:42 -0700 |
| commit | 4eaa87739d3660bf47cd4600baca140b6a36af87 (patch) | |
| tree | f7832104d73a26ca05335eea522607764d41ae4e /src/bot.ts | |
| parent | add more perms (diff) | |
| download | dep-core-4eaa87739d3660bf47cd4600baca140b6a36af87.tar.xz dep-core-4eaa87739d3660bf47cd4600baca140b6a36af87.zip | |
perms, aliases, ugycat
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |