This commit is contained in:
Xargana 2025-05-07 18:38:22 +03:00
parent 22b8032801
commit 3d14bbe477

19
config.py.example Normal file
View file

@ -0,0 +1,19 @@
import os
# Directories
COMMANDS_DIR = "commands"
DOWNLOADS_DIR = "downloads"
# Files
TRACKED_CHANNELS_FILE = "tracked_channels.json"
# User IDs for special handling
BLACKLISTED_USERS = []
BUCKET_REACT_USERS = []
AUTO_DELETE_USERS = []
SPECIAL_RESPONSES = {
# 1236667927944761396: {"trigger": "<@1168626335942455326>", "response": "shut the fuck up"}
}
# Channels
WELCOME_BACK_CHANNEL_ID = 0