mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
All thirteen
This commit is contained in:
@@ -203,7 +203,9 @@ class Events(commands.Cog):
|
||||
self.logger.info(message.author.id)
|
||||
for superfryta in SPECJALNE_ZIEMNIACZKI.values():
|
||||
self.logger.info(superfryta[0])
|
||||
|
||||
if message.author.id == superfryta[0]:
|
||||
self.logger.info("Specjalny ziemniak")
|
||||
if self.armia[message.author.id] == Dm_Mode.SPECJALNY_ZIEMNIACZEK:
|
||||
#await self.bot.process_commands(message)
|
||||
await ai_functions.chat_with_assistant(message, superfryta[1])
|
||||
@@ -212,6 +214,7 @@ 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")
|
||||
ctx = await self.bot.get_context(message)
|
||||
self.armia_hammera_back(ctx=ctx, message_txt=message.content)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user