mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-01-15 18:51:41 +00:00
The previous Message.type when accessed from Context would be an unknown enum type because the enum was double nested when the proper type expected by the synthetic payload was an int not an enum. Fix #10382