Oops forgot something

This commit is contained in:
JustMaffie 2017-09-05 11:28:52 +02:00
parent 7ff578bbdd
commit 4719b15f23

View File

@ -50,7 +50,7 @@ class CommandCog:
class Titan(commands.Bot):
def __init__(self):
def __init__(self, *args, **kwargs):
super().__init__(*args, command_prefix=commands.when_mentioned, **kwargs)
self.aiosession = aiohttp.ClientSession(loop=self.loop)
self.http.user_agent += ' TitanEmbeds-Bot'