Skip to content

Commit da6c062

Browse files
committed
Still being stupid apparently
1 parent ebe3270 commit da6c062

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

cogs/bot_moderation.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
from datetime import datetime, timedelta
22

33
import discord
4-
from discord import Embed, Color
4+
from discord import Color, Embed
55
from discord.ext.commands import Bot, Cog
66

77
from config import CONFIG
88

9+
910
class Database(Cog):
1011
def __init__(self, bot: Bot):
1112
self.bot = bot
12-
# Set up a global check that we're not in a blacklisted channel
13-
self.bot.add_check(not_in_blacklisted_channel)
1413

1514
@Cog.listener()
1615
async def on_message(self, message: discord.Message):

0 commit comments

Comments
 (0)