mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26: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.
|
||||
"""
|
||||
|
||||
__slots__ = 'guild'
|
||||
__slots__ = ('guild',)
|
||||
|
||||
def __init__(self, guild: Guild):
|
||||
self.guild = guild
|
||||
|
Reference in New Issue
Block a user