-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
Milestone
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 incoming message.
The command system should offer a generic way to register message listeners, which should also be combinable with SlashCommands and other things (for example if using the interfaces).
The scope of this issue is only to add message listening support, not other events (such as user banned, message deleted, ...), just message arrived. Maybe also message edit events.
Examples for such commands are the !bytecode
command (#207 ) and free-command system (#221 ).