From b499a6b4561ff6cd8aeb201cb5bf2738ee72c60a Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Thu, 19 Dec 2024 22:51:46 +0100 Subject: [PATCH] TEst --- ai_commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ai_commands.py b/ai_commands.py index b09f3ba..bfc90ba 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -214,8 +214,9 @@ class Events(commands.Cog): await ai_functions.echo(message) return elif self.armia[message.author.id] == Dm_Mode.ARMIA_HAMMERA: - self.logger.info("Armia Hammera function call") + self.logger.info("Armia Hammera get context") ctx = await self.bot.get_context(message) + self.logger.info("Armia Hammera function call") self.armia_hammera_back(ctx=ctx, message_txt=message.content) return elif self.armia[message.author.id] == Dm_Mode.SEKRETNY_SEKSRET: