Variable regexMoonpieChatHandlerCommandUserSetConst

regexMoonpieChatHandlerCommandUserSet: Readonly<RegExp> = ...

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

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

Example

!moonpie set alexa123 727

Generated using TypeDoc