From f9c2bbf9930443b185464b87714c19c6cef61711 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Thu, 5 Dec 2024 15:23:06 +0100 Subject: [PATCH] BGFX --- administration_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration_commands.py b/administration_commands.py index 6113f05..c964d48 100644 --- a/administration_commands.py +++ b/administration_commands.py @@ -249,7 +249,7 @@ class AdministrationModule(commands.Cog): self.logger.debug(TIME_BETWEEN_CALLS) LAST_SPONTANEOUS_CALL = datetime.now() 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(message) await channel.send(message)