diff --git a/events.py b/events.py index 6bb2148..e7a9481 100644 --- a/events.py +++ b/events.py @@ -17,7 +17,6 @@ print = logscript.logging.getLogger().critical class Events(commands.Cog): def __init__(self, bot): - """Defines self.bot as the bot object on construction""" self.bot = bot @commands.Cog.listener()