Variable regexOsuChatHandlerCommandScoreConst

regexOsuChatHandlerCommandScore: Readonly<RegExp> = ...

Regex to recognize the !score osuName $OPTIONAL_TEXT_WITH_SPACES command.

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

Example

!score osuName $OPTIONAL_TEXT_WITH_SPACES

Generated using TypeDoc