h
This commit is contained in:
parent
22b8032801
commit
3d14bbe477
1 changed files with 0 additions and 0 deletions
19
config.py.example
Normal file
19
config.py.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue