diff options
Diffstat (limited to '')
-rwxr-xr-x | cogs/utils.py | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 50f601a..2c35775 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -242,7 +242,10 @@ class Utils(commands.Cog): return if message.author.bot: return - if "<@!280428276810383370>" in message.content or "<@280428276810383370>" in message.content: + if ( + "<@!280428276810383370>" in message.content + or "<@280428276810383370>" in message.content + ): await message.channel.send("<:MangoPing:760286455238361129>") badWords = ["fair", "ⓕⓐⓘⓡ"] count = 0 @@ -328,6 +331,16 @@ class Utils(commands.Cog): self.bot.get_user(619322461749641246), datetime.date(year, 3, 4), ], + [ + "Avery", + self.bot.get_user(538824552906489874), + datetime.date(year, 10, 16), + ], + [ + "Matthew", + self.bot.get_user(525365553842356225), + datetime.date(year, 1, 2), + ], ] for coolKid in coolKids: |