-
-
Notifications
You must be signed in to change notification settings - Fork 98
Description
The command system, as of now, only supports SlashCommands. However, we slowly get more and more commands with a need to listen for any sort of events.
While we do favor offering specific solutions (SlashCommands, MessageListener, ...), we should also offer a catch-them-all solution where commands can just listen to all incoming JDA events. It should be well integrated with existing solutions, i.e. it should be possible to create a slash command that also receives all other events (for example if using the interfaces).
There is no need to put a lot of effort into the arbitrary event support, since it is only meant as backup solution in case we do not offer more concrete and specific support. Commands that need this are for example the mod audit system (#225 )