Added commands I think

This commit is contained in:
JustMaffie 2017-05-28 00:01:36 +02:00
parent 81fd7979db
commit 7ea167afcf

View File

@ -11,7 +11,6 @@ logging.getLogger('TitanBot')
logging.getLogger('sqlalchemy') logging.getLogger('sqlalchemy')
bot = commands.Bot(command_prefix=config['command-prefix']) bot = commands.Bot(command_prefix=config['command-prefix'])
bot.http.user_agent += ' TitanEmbeds-Bot'
database = DatabaseInterface(bot) database = DatabaseInterface(bot)
def run(self): def run(self):