aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py
diff options
context:
space:
mode:
authorGravatar ninexball <[email protected]>2018-10-08 20:56:02 -0500
committerGravatar GitHub <[email protected]>2018-10-08 20:56:02 -0500
commit28b4bf5c06de22fde1bbb2a826ada57d39b51e65 (patch)
tree7710ec27ad963acd7e1c6ac5183f909cf2b44660 /bot/bot.py
parentAdded basic logging to bot.py (diff)
parentUpdate feature_request.md (diff)
Merge branch 'master' into master
Diffstat (limited to 'bot/bot.py')
-rw-r--r--bot/bot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/bot.py b/bot/bot.py
index 5c3d3c71..a40ed0d4 100644
--- a/bot/bot.py
+++ b/bot/bot.py
@@ -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')]