mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Add back tuple __slots__ for AllChannels
This commit is contained in:
@@ -82,7 +82,7 @@ class AllChannels:
|
|||||||
The guild the application command permission is for.
|
The guild the application command permission is for.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__slots__ = 'guild'
|
__slots__ = ('guild',)
|
||||||
|
|
||||||
def __init__(self, guild: Guild):
|
def __init__(self, guild: Guild):
|
||||||
self.guild = guild
|
self.guild = guild
|
||||||
|
Reference in New Issue
Block a user