From a8b3cfa592605bc8a7035fa93e3a36f4ba7fa170 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 11 Apr 2021 22:20:31 -0400 Subject: [PATCH] Remove comment that doesn't apply anymore --- discord/channel.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/discord/channel.py b/discord/channel.py index 2f637e2d2..0b8d72d79 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -1226,10 +1226,6 @@ class DMChannel(discord.abc.Messageable, Hashable): @classmethod def _from_message(cls, state, channel_id): - # The MESSAGE_CREATE payload no longer gives bots - # an appropriate CHANNEL_CREATE. - # However, it has enough data for us to pretend since - # bots can no longer be in a group DM. self = cls.__new__(cls) self._state = state self.id = channel_id