From e25cfae31d30de457dacd29268049666080488cb Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 9 Dec 2015 21:49:39 -0500 Subject: [PATCH] I'm being forced to change the user agent string again. --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index dbb2a80d4..853c2a6c9 100644 --- a/discord/client.py +++ b/discord/client.py @@ -109,7 +109,7 @@ class Client: self.session = aiohttp.ClientSession(loop=self.loop) # Blame React for this - user_agent = 'DiscordBot discord.py/{0} Python/{1[0]}.{1[1]} aiohttp/{2}' + user_agent = 'DiscordBot (https://github.com/Rapptz/discord.py {0}) Python/{1[0]}.{1[1]} aiohttp/{2}' self.headers = { 'content-type': 'application/json',