diff --git a/ai_commands.py b/ai_commands.py index c58f02a..5d370f5 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -101,13 +101,15 @@ class Events(commands.Cog): if message.channel.id == 1111625221171052595: return if isinstance(message.channel, discord.DMChannel): + self.logger.info(message.author.id) for superfryta in SPECJALNE_ZIEMNIACZKI: + self.logger.info(superfryta[0]) if message.author.id == superfryta[0]: await self.bot.process_commands(message) await ai_functions.chat_with_assistant(message, superfryta[1]) return channel = self.bot.get_channel(1064888712565100614) - await channel.send("Słyszałem ja żem że: " + message.content) + #await channel.send("Słyszałem ja żem że: " + message.content) return channel = message.channel # await self.bot.process_commands(message) #uncomment to bilocate diff --git a/ai_functions.py b/ai_functions.py index d424563..26b7007 100644 --- a/ai_functions.py +++ b/ai_functions.py @@ -17,8 +17,7 @@ from constants import ( OPENAICLIENT, WORD_REACTIONS, ASSISTANTS, - SYSTEM_GPT_SETTINGS, - SPECJALNE_ZIEMNIACZKI + SYSTEM_GPT_SETTINGS )