This commit is contained in:
2024-11-10 15:16:39 +01:00
parent 972387f660
commit f0d0ebb859
+1 -1
View File
@@ -11,7 +11,7 @@ import numpy as np
from discord.ext import commands, tasks from discord.ext import commands, tasks
from ai_functions import get_random_cyclic_message 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): class AdministrationModule(commands.Cog):