-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Status: Stale 🍞Been open for a while with no activityBeen open for a while with no activityType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebase
Description
Is your feature request related to a problem? Please describe.
At present, the default detailer for Message (an abstract type) returns an object of type Message instead of returning an object of the correct type.
Describe the solution you'd like
Use the msg_tuple[0] to look up the correct type.
Describe alternatives you've considered
Return NotImplementedException instead and require all Message types to have their own detailers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: Stale 🍞Been open for a while with no activityBeen open for a while with no activityType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebase