You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to easily make a bot like !jazbot that has the root command !jazbot and then multiple subcommands.
An example would be !reminderbot then have commands like
remindme {time string} (set reminder)
list (list reminders for your account)
cancel (a reply to a reminder that will be canceled)
repeat {additive time} (repeats a reminder)
I'd like to be able to do something like this (pseudo code)
I want to be able to easily make a bot like !jazbot that has the root command
!jazbot
and then multiple subcommands.An example would be
!reminderbot
then have commands likeremindme {time string}
(set reminder)list
(list reminders for your account)cancel
(a reply to a reminder that will be canceled)repeat {additive time}
(repeats a reminder)I'd like to be able to do something like this (pseudo code)
The text was updated successfully, but these errors were encountered: