Added git to auto loader

This commit is contained in:
Dustin Pianalto 2018-05-20 11:51:25 -08:00
parent f40dc937d4
commit a7cf9bd7f0

2
run.py
View File

@ -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)