This commit is contained in:
2024-12-05 15:23:06 +01:00
parent b6bbb50707
commit f9c2bbf993
+1 -1
View File
@@ -249,7 +249,7 @@ class AdministrationModule(commands.Cog):
self.logger.debug(TIME_BETWEEN_CALLS) self.logger.debug(TIME_BETWEEN_CALLS)
LAST_SPONTANEOUS_CALL = datetime.now() LAST_SPONTANEOUS_CALL = datetime.now()
async with channel.typing(): async with channel.typing():
message = await get_random_cyclic_message() message = await get_random_cyclic_message(self.bot)
self.logger.info("Odpowiedz") self.logger.info("Odpowiedz")
self.logger.info(message) self.logger.info(message)
await channel.send(message) await channel.send(message)