-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Description
Is your feature request related to a problem? Please elaborate.
The bots internal "thread_create" event interferes with the relatively new native discord event on_thread_create that can be used in plugins. As both events named the same it causes issues during development of plugins with raising type errors etc.
I can create the pr if you will support a name change of this event.
Describe the solution you'd like
Rename the "thread_create" event to something like "thread_creation" -> for plugins then "on_thread_creation" to avoid issues with the native on_thread_create event that gets fired when a discord thread (not modmail) is created.
Does your solution involve any of the following?
- Logviewer
- New config option
Describe alternatives you've considered
Who will this benefit?
Plugin developers
Additional Information
No response