goober/modules
2025-07-25 23:17:45 +03:00
..
__init__.py complete overhaul 2025-06-20 23:48:10 +02:00
globalvars.py changed from creating new settings instance into using a shared one 2025-07-23 15:42:13 +03:00
image.py added permission wrapper 2025-07-23 10:19:08 +03:00
key_compiler.py cleaned up bot.py seperating it into different files, added formatting ignore rules for key_compiler, modified prestart checks 2025-07-23 14:51:57 +03:00
keys.py added permission wrapper 2025-07-23 10:19:08 +03:00
logger.py added permission wrapper 2025-07-23 10:19:08 +03:00
markovmemory.py changed from creating new settings instance into using a shared one 2025-07-23 15:42:13 +03:00
permission.py changed from creating new settings instance into using a shared one 2025-07-23 15:42:13 +03:00
prestartchecks.py changed from creating new settings instance into using a shared one 2025-07-23 15:42:13 +03:00
README.MD updated locales and readmes i guess goober instances would download them on next update unless someone manually runs git pull or gets it for the first time 2025-07-01 23:22:38 +02:00
sentenceprocessing.py added permission wrapper 2025-07-23 10:19:08 +03:00
settings.py added breaking news cog and allowed cogs to have their own settings 2025-07-25 23:17:45 +03:00
unhandledexception.py changed from creating new settings instance into using a shared one 2025-07-23 15:42:13 +03:00

Modules Directory

This folder contains core module files for the project.

Important:
Do not modify the files in this directory if you plan to update the project in the future. Any changes made here may be overwritten during updates, or may cause Git to detect modifications and refuse to update properly.

If you need to make changes, consider contributing upstream or using extension mechanisms provided by the project.