Implement different command invocation modes
s1kx opened this issue · 2 comments
s1kx commented
Commands should be able to be invoked via:
- Channels and private messages
- Messages starting with a mention to the bot
- Messages starting with the command prefix
Which modes should be operational should be configurable.
andersfylling commented
- Run commands in both group channels and private messaging
- Messages starting with a mention to the bot
- Messages starting with the command prefix
- Whether or not a command is invoked by mention and/or a command prefix, should be configurable.
See development and commandInvokingSettings branch.
andersfylling commented
Command prefixes are still required when writing a PM to the bot