Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

v1.2.0 - Permission Update (allowPrivateMessage & forcePrivateReply)

Compare
Choose a tag to compare
@kvnxiao kvnxiao released this 29 Jun 16:34
· 20 commits to master since this release

Added two new fields to the Permission annotation and support in the command builder (or all args command constructor):

  • allowPrivateMessage
    • allows this command to be executed in a private message
    • default = false
  • forcePrivateReply
    • when this command is executed, forces any message reply from the bot to send back as a private reply
    • default = false