diff --git a/events.py b/events.py index e7a9481..6bb2148 100644 --- a/events.py +++ b/events.py @@ -17,6 +17,7 @@ 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()