Skip to content

v0.1.0 OnCommandMsg

Compare
Choose a tag to compare
@lengran lengran released this 08 Apr 12:01
· 12 commits to main since this release

Support a new type of message, OnCommandMsg. It allows admins to define custom commands, e.g. "!help", and use them to return messages.

There are 2 fields that must be given to use OnCommandMsg:

  • msg is the returned message.
  • cmd is the command to trigger the message.