Remove comment that doesn't apply anymore
This commit is contained in:
parent
9b94fe1ce0
commit
a8b3cfa592
@ -1226,10 +1226,6 @@ class DMChannel(discord.abc.Messageable, Hashable):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _from_message(cls, state, channel_id):
|
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 = cls.__new__(cls)
|
||||||
self._state = state
|
self._state = state
|
||||||
self.id = channel_id
|
self.id = channel_id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user