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)