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