mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 01:51:22 +01:00
Oops forgot something
This commit is contained in:
parent
7ff578bbdd
commit
4719b15f23
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user