Variable regexMoonpieChatHandlerCommandUserRemoveConst

regexMoonpieChatHandlerCommandUserRemove: Readonly<RegExp> = ...

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

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

Example

!moonpie remove alexa123 4

Generated using TypeDoc