mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-03-30 21:51:54 +02: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…
x
Reference in New Issue
Block a user