v0.0.6\nplay_audio fixes

This commit is contained in:
bot
2024-03-07 21:12:26 +03:00
parent 53939b4bc3
commit 9934c5272c
9 changed files with 8 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ from lib import logger
class BotInfo(commands.Cog, name='Bot Info'):
def __init__(self, bot):
def __init__(self, bot: commands.Bot):
self.bot = bot # defining bot as global var in class
@commands.Cog.listener() # this is a decorator for events/listeners