diff options
author | 2018-10-08 20:56:02 -0500 | |
---|---|---|
committer | 2018-10-08 20:56:02 -0500 | |
commit | 28b4bf5c06de22fde1bbb2a826ada57d39b51e65 (patch) | |
tree | 7710ec27ad963acd7e1c6ac5183f909cf2b44660 /bot/bot.py | |
parent | Added basic logging to bot.py (diff) | |
parent | Update feature_request.md (diff) |
Merge branch 'master' into master
Diffstat (limited to 'bot/bot.py')
-rw-r--r-- | bot/bot.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ bot = commands.Bot(command_prefix=commands.when_mentioned_or(".", f"{ghost_unico logging.info('Start loading extensions from ./cogs/') + if __name__ == '__main__': # Scan for files in the /cogs/ directory and make a list of the file names. cogs = [file.stem for file in Path('cogs').glob('*.py')] |