1
0
Fork 0

Forget some useless vars >>

This commit is contained in:
Ethanell 2020-04-08 17:57:11 +02:00
parent f7e4a329e3
commit a8d2dac87a

View file

@ -12,10 +12,6 @@ logger = logger.getChild(extension_name)
class Extension(commands.Cog):
def __init__(self, bot: commands.Bot):
self.bot = bot
self.strict = False
self.voice_chan = None
self.waiting = []
self.lastSpeaker = None
@commands.group("extension", pass_context=True)
@commands.check(is_owner)