mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-20 23:42:58 +00:00
Use super() in classes that could be subclassed.
This commit is contained in:
@@ -44,4 +44,5 @@ class Object:
|
||||
"""
|
||||
|
||||
def __init__(self, id):
|
||||
super().__init__(id)
|
||||
self.id = id
|
||||
|
Reference in New Issue
Block a user