aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-xcogs/utils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 6ede1d0..5180f0b 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -222,9 +222,6 @@ class Utils(commands.Cog):
async def on_message(self, message):
if not message.guild:
return
- if message.channel.id != int(self.bot.config[str(
- message.guild.id)]["fair_channel"]):
- return
if message.author.bot:
return
badWords = ["fair", "ⓕⓐⓘⓡ"]