all classes moved into file

some commands moved into cogs
This commit is contained in:
2022-07-02 12:46:43 +03:00
parent 0588a0c01c
commit 19e1d4226b
8 changed files with 278 additions and 331 deletions

View File

@@ -12,5 +12,5 @@ class Audio(commands.Cog):
logging.info(f'Cog {__name__.split(".")[1]} is ready!.')
def setup(bot): # a extension must have a setup function
def setup(bot): # an extension must have a setup function
bot.add_cog(Audio(bot)) # adding a cog