Finished audio list generator
This commit is contained in:
@@ -15,6 +15,7 @@ class Bot_info(commands.Cog, name='Bot Info'):
|
||||
@commands.Cog.listener() # this is a decorator for events/listeners
|
||||
async def on_ready(self):
|
||||
logger.info(f'Cog {__name__.split(".")[1]} is ready!.')
|
||||
logger.info(f'{[names.name for names in self.bot.users]}')
|
||||
|
||||
@commands.slash_command(name="info_bot",
|
||||
description='Shows general info about bot') # this is for making a command
|
||||
|
||||
Reference in New Issue
Block a user