Skip to content

Commit

Permalink
Update user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Nov 4, 2022
1 parent dce5ad9 commit 3abd554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycord/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(
self._headers = {
'Authorization': f'Bot {token}',
'User-Agent': (
'DiscordBot (https://github.com/pycord/pycord-v3, {0})' ' Python/{1[0]}.{1[1]} aiohttp/{2}'
'DiscordBot (https://pycord.dev, {0}) Python/{1[0]}.{1[1]} aiohttp/{2}'
).format(__version__, sys.version_info, aiohttp_version),
}

Expand Down

0 comments on commit 3abd554

Please sign in to comment.