Update events.py

This commit is contained in:
Elmon11 2020-12-02 23:19:42 +01:00 committed by GitHub
parent dc0a0a2a7f
commit c64b26cb80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()