From f0d0ebb859398f83ea6984a7726a36bd3312b55a Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Sun, 10 Nov 2024 15:16:39 +0100 Subject: [PATCH] fx --- administration_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration_commands.py b/administration_commands.py index 3e2e42c..c480e37 100644 --- a/administration_commands.py +++ b/administration_commands.py @@ -11,7 +11,7 @@ import numpy as np from discord.ext import commands, tasks from ai_functions import get_random_cyclic_message -from constants import ENCODING, LOGFILE, LOGSTORE, MEMORY_FIVE_MUZYKA, MEMORY_FIVE_SIARA +from constants import ENCODING, LOGFILE, LOGSTORE, MEMORY_FIVE_MUZYKA, MEMORY_FIVE_SIARA, LAST_SPONTANEOUS_CALL, TIME_BETWEEN_CALLS class AdministrationModule(commands.Cog):