mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 00:07:51 +00:00
Remove extraneous kwargs from Permissions constructor.
This commit is contained in:
parent
c8247371f1
commit
6d3a5eaeb6
@ -68,7 +68,7 @@ class Permissions:
|
||||
"""
|
||||
|
||||
__slots__ = ('value',)
|
||||
def __init__(self, permissions=0, **kwargs):
|
||||
def __init__(self, permissions=0):
|
||||
self.value = permissions
|
||||
|
||||
def __eq__(self, other):
|
||||
|
Loading…
x
Reference in New Issue
Block a user