Variable regexOsuBeatmapIdFromUrlConst

regexOsuBeatmapIdFromUrl: Readonly<RegExp> = ...

Regex that matches osu beatmap URLs in any message.

It returns different named groups for the following number of links using the following type RegexOsuBeatmapIdFromUrl if there is a match.

Example

https://osu.ppy.sh/b/2587891 $COMMENT

Example

https://osu.ppy.sh/beatmapsets/1228734#osu/2554945 $COMMENT

Example

https://osu.ppy.sh/beatmapsets/908336/download $COMMENT

Example

https://osu.ppy.sh/beatmaps/2587891 $COMMENT

Generated using TypeDoc