You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
492 B
Plaintext
22 lines
492 B
Plaintext
# Bot display name
|
|
general.bot_name = DCF Bot
|
|
|
|
# Bot owner ID
|
|
general.bot_owner = 123456789012345678
|
|
|
|
# Plugins directory location
|
|
general.plugins_dir = plugins
|
|
|
|
# Data storage location
|
|
general.storage_dir = data
|
|
|
|
# Initial connection token...
|
|
discord.token = tokenGoesHere
|
|
|
|
# ... or username/password combination if you don't use bot mode
|
|
# comment out discord.token if using us/pw tuple
|
|
#discord.username = email
|
|
#discord.password = superSecretPassword
|
|
|
|
# Command prefix
|
|
commands.prefix = ! |