This commit is contained in:
2024-11-13 22:48:40 +01:00
parent 651d796254
commit e05f58624a
2 changed files with 3 additions and 5 deletions
+1 -5
View File
@@ -25,11 +25,7 @@ class Events(commands.Cog):
self.bot = bot
self.logger = logging.getLogger("discord")
@commands.Cog.listener()
async def on_ready(self):
self.logger.info("Ready!")
self.logger.info("Logged in as ---->", self.bot.user)
self.logger.info("ID:", self.bot.user.id)
async def cog_load(self):
self.logger.info("Starting personal assistants")
await hammer_assistant_create(self.bot)
self.logger.info("Started personal assistants")