updated the configuration example file with more info.
This commit is contained in:
parent
7f3841a3ae
commit
8571d7abc9
1 changed files with 11 additions and 3 deletions
|
@ -1,7 +1,15 @@
|
||||||
# pybot-f config file. pls rename to bot.ini :)
|
# pybot-f configuration
|
||||||
# If you need any additional help, contact me. ;D
|
# Please copy or rename to bot.ini .
|
||||||
|
|
||||||
## This is the general bot config section.
|
# If you need support, contact freaky@freakyonline.de .
|
||||||
|
|
||||||
|
## This is the general bot configuration section.
|
||||||
|
#
|
||||||
|
# - bottoken
|
||||||
|
# This is the bottoken of your discord bot.
|
||||||
|
# If you need help on how to set up a Discord app with bot token,
|
||||||
|
# try searching the internet for "How to create a Discord bot token".
|
||||||
|
# Also don't forget to invite the bot onto your server(s).
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
bottoken=BOTTOKEN_HERE
|
bottoken=BOTTOKEN_HERE
|
Loading…
Add table
Reference in a new issue