diff --git a/.gitignore b/.gitignore index f303d6a..828cdab 100644 --- a/.gitignore +++ b/.gitignore @@ -234,6 +234,7 @@ fabric.properties botdev/ bot.ini pybot-f.log +bot.log diff --git a/pybot-f.py b/pybot-f.py index 7b7da4b..47925c7 100644 --- a/pybot-f.py +++ b/pybot-f.py @@ -9,7 +9,7 @@ from discord.ext import commands import logging # Logging -loghandler = logging.FileHandler(filename='pybot-f.log', encoding='utf-8', mode='w') +loghandler = logging.FileHandler(filename='bot.log', encoding='utf-8', mode='w') # The bots' description description = '''Testing this bot stuff :)'''