Variable regexOsuChatHandlerCommandRpConst

regexOsuChatHandlerCommandRp: Readonly<RegExp> = ...

Regex to recognize the !rp command.

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

Example

!rp

Example

!rp $CUSTOM_USER_ID $OPTIONAL_TEXT

Example

!rp $CUSTOM_USER_NAME $OPTIONAL_TEXT

Generated using TypeDoc