Variable regexMoonpieChatHandlerCommandUserAddConst

regexMoonpieChatHandlerCommandUserAdd: Readonly<RegExp> = ...

Regex to recognize the !moonpie add $USER $COUNT command.

  • The first group is the user name string.
  • The second group is the moonpie count that should be added.

Example

!moonpie add alexa123 3

Generated using TypeDoc