We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd70e29 commit 27e0b42Copy full SHA for 27e0b42
discord/http.py
@@ -181,7 +181,7 @@ def __init__(
181
self.proxy_auth: Optional[aiohttp.BasicAuth] = proxy_auth
182
self.use_clock: bool = not unsync_clock
183
184
- user_agent = 'DiscordBot (https://github.com/Rapptz/discord.py {0}) Python/{1[0]}.{1[1]} aiohttp/{2}'
+ user_agent = 'DiscordBot (https://github.com/Pycord-Development/pycord {0}) Python/{1[0]}.{1[1]} aiohttp/{2}'
185
self.user_agent: str = user_agent.format(__version__, sys.version_info, aiohttp.__version__)
186
187
def recreate(self) -> None:
0 commit comments