refactor(tools): clean up and use proper argument parser
This commit is contained in:
@@ -3,8 +3,9 @@ import os
|
||||
EMBED_COLOR = 0xFF6600
|
||||
OWNERS = [531392146767347712]
|
||||
PREFIX = "%"
|
||||
RELOAD_BLACKLISTED_MODULES = ["re", "argparse"]
|
||||
|
||||
ytdl_format_options = {
|
||||
YTDL_OPTIONS = {
|
||||
"default_search": "auto",
|
||||
"format": "bestaudio/best",
|
||||
"ignoreerrors": False,
|
||||
@@ -19,6 +20,6 @@ ytdl_format_options = {
|
||||
}
|
||||
|
||||
|
||||
secrets = {
|
||||
SECRETS = {
|
||||
"TOKEN": os.getenv("BOT_TOKEN"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user