From a7cf9bd7f023cf0d893bc6d3e1e35593a3e6479b Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Sun, 20 May 2018 11:51:25 -0800 Subject: [PATCH] Added git to auto loader --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 5a30e26..8fb24f6 100644 --- a/run.py +++ b/run.py @@ -20,7 +20,7 @@ class SebiMachine(commands.Bot, LoadConfig): # Load plugins # Add your cog file name in this list - cogs = ['example', 'upload'] + cogs = ['example', 'upload', 'git'] for cog in cogs: print(cog)