diff --git a/.gitignore b/.gitignore index 57b2dcc..f303d6a 100644 --- a/.gitignore +++ b/.gitignore @@ -233,6 +233,7 @@ fabric.properties # Added myself botdev/ bot.ini +pybot-f.log diff --git a/bot.ini.example b/bot.ini.example index 3ca621d..b0d1733 100644 --- a/bot.ini.example +++ b/bot.ini.example @@ -1,5 +1,8 @@ # pybot-f config file. pls rename to bot.ini :) +# If you need any additional help, contact me. ;D + +## This is the general bot config section. -# This is the general bot config section. [General] -bottoken=BOTTOKEN_HERE \ No newline at end of file +bottoken=BOTTOKEN_HERE +loglevel=logging.INFO \ No newline at end of file