aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-01-04 20:26:59 -0500
committerRapptz <[email protected]>2016-01-04 20:26:59 -0500
commit97874293e2b281d2fcfa60623d0a3af3fa8bf168 (patch)
tree3cd63bd9d6ac6cd4d1ead371a32166d54533bc28 /discord/client.py
parentUse super() in classes that could be subclassed. (diff)
downloaddiscord.py-97874293e2b281d2fcfa60623d0a3af3fa8bf168.tar.xz
discord.py-97874293e2b281d2fcfa60623d0a3af3fa8bf168.zip
Revert "Use super() in classes that could be subclassed."
This reverts commit 948f565b430d80f782d0b7c264cc0b27aa1ec0b2.
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index f43fe1c2..bbad5ee4 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -105,7 +105,6 @@ class Client:
"""
def __init__(self, *, loop=None, **options):
- super().__init__(loop, **options)
self.ws = None
self.token = None
self.gateway = None