Added commands I think

This commit is contained in:
JustMaffie 2017-05-27 23:45:47 +02:00
parent e0a042e9a5
commit fb304a6337

View File

@ -16,6 +16,8 @@ def initFirst(self):
self.http.user_agent += ' TitanEmbeds-Bot'
self.database = DatabaseInterface(self)
initFirst()
def run(self):
try:
self.loop.run_until_complete(self.start(config["bot-token"]))