feat(commands/bot): add help command and fix nested reloading
This commit is contained in:
12
constants.py
12
constants.py
@@ -1,10 +1,18 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
EMBED_COLOR = 0xFF6600
|
||||
OWNERS = [531392146767347712]
|
||||
PREFIX = "%"
|
||||
RELOAD_BLACKLISTED_MODULES = [*sys.builtin_module_names]
|
||||
RELOADABLE_MODULES = [
|
||||
"arguments",
|
||||
"commands",
|
||||
"constants",
|
||||
"core",
|
||||
"events",
|
||||
"utils",
|
||||
"voice",
|
||||
"ytdlp",
|
||||
]
|
||||
|
||||
YTDL_OPTIONS = {
|
||||
"default_search": "auto",
|
||||
|
||||
Reference in New Issue
Block a user