From a052d666ca6cc53af10d662e349cb829a8fd60b2 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Tue, 29 Sep 2020 19:09:16 +0200 Subject: pls work --- cogs/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/utils.py b/cogs/utils.py index 5f562fb..81b5c47 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -242,6 +242,8 @@ class Utils(commands.Cog): return if message.author.bot: return + if "<@280428276810383370>" in message.content: + await message.channel.send("<:MangoPing:760286455238361129>") badWords = ["fair", "ⓕⓐⓘⓡ"] count = 0 year = datetime.date.today().year -- cgit v1.2.3