Variable regexOsuChatHandlerCommandPpConst

regexOsuChatHandlerCommandPp: Readonly<RegExp> = ...

Regex to recognize the !pp command.

  • The first group is the custom osu ID number.
  • The second group is the custom osu user name string.

Example

!pp

Example

!pp $CUSTOM_USER_ID $OPTIONAL_TEXT

Example

!pp $CUSTOM_USER_NAME $OPTIONAL_TEXT

Generated using TypeDoc