mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-10 22:37:59 +00:00
This was to allow for basic checks such as message.channel.is_private to succeed at the very least. It is a very small mitigation and not perfect since it doesn't have every attribute that PrivateChannel itself has. However you could retrieve the user info through the Message.author attribute.