Skip to content

Commit

Permalink
Add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Nov 4, 2022
1 parent 61dc784 commit b68528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def __init__(
self.use_clock: bool = not unsync_clock

user_agent = (
"DiscordBot (https://pycord.dev {0}) Python/{1[0]}.{1[1]} aiohttp/{2}"
"DiscordBot (https://pycord.dev, {0}) Python/{1[0]}.{1[1]} aiohttp/{2}"
)
self.user_agent: str = user_agent.format(
__version__, sys.version_info, aiohttp.__version__
Expand Down

0 comments on commit b68528c

Please sign in to comment.