diff options
Diffstat (limited to 'discord/state.py')
| -rw-r--r-- | discord/state.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/state.py b/discord/state.py index a4ba1526..07c71039 100644 --- a/discord/state.py +++ b/discord/state.py @@ -81,7 +81,6 @@ class ConnectionState: self.messages.append(message) def parse_message_delete(self, data): - channel = self.get_channel(data.get('channel_id')) message_id = data.get('id') found = self._get_message(message_id) if found is not None: |