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):