all classes moved into file
some commands moved into cogs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user