We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current command syntax is something like !<command> [options].
!<command> [options]
I would like to switch to a new command syntax. The commands willl be in the form of a private message and the command will no longer use ! notation.
Command may be sent in a channel by using the bots name as a prefix AcmBot: followed by the desired command.
AcmBot:
AcmBot: events AcmBot: today AcmBot: tomorrow AcmBot: monday AcmBot: tuesday AcmBot: help
The command may also be /msg to the bot directly in which case the AcmBot: prefix will not be needed.
/msg
I would also like to add a next command
next
AcmBot: next monday AcmBot: next friday
The text was updated successfully, but these errors were encountered:
Merge pull request #25 from cameronbwhite/refactor-command-syntax
6760ad3
(gh-24) Changed command syntax
No branches or pull requests
New Syntax
The current command syntax is something like
!<command> [options]
.I would like to switch to a new command syntax. The commands willl be in the form of a private message and the command will no longer use ! notation.
Command may be sent in a channel by using the bots name as a prefix
AcmBot:
followed by the desired command.The command may also be
/msg
to the bot directly in which case theAcmBot:
prefix will not be needed.New commands
I would also like to add a
next
commandThe text was updated successfully, but these errors were encountered: