mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-08 08:22:19 +00:00
Use super() in classes that could be subclassed.
This commit is contained in:
@@ -105,6 +105,7 @@ class Client:
|
||||
|
||||
"""
|
||||
def __init__(self, *, loop=None, **options):
|
||||
super().__init__(loop, **options)
|
||||
self.ws = None
|
||||
self.token = None
|
||||
self.gateway = None
|
||||
|
||||
Reference in New Issue
Block a user