Merge branch 'development'

This commit is contained in:
annihilator708 2018-05-20 21:57:03 +02:00
commit e75314a246

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)