Fix overlapping or incorrect slots found by slotscheck

This commit is contained in:
James Hilton-Balfe
2022-08-09 00:58:48 +01:00
committed by GitHub
parent 7e3b08871b
commit 40986f9279
4 changed files with 1 additions and 7 deletions

View File

@ -1405,7 +1405,6 @@ class Message(PartialMessage, Hashable):
"""
__slots__ = (
'_state',
'_edited_timestamp',
'_cs_channel_mentions',
'_cs_raw_mentions',
@ -1415,7 +1414,6 @@ class Message(PartialMessage, Hashable):
'_cs_system_content',
'tts',
'content',
'channel',
'webhook_id',
'mention_everyone',
'embeds',