You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ You can also join its [discord server](https://discord.gg/n9fFstG) to keep up wi
57
57
-[5joshi](https://osu.ppy.sh/users/4279650) for these CRAZY GOOD button emotes :)
58
58
-[Mr Helix](https://osu.ppy.sh/users/2330619) and his website [huismetbenen](https://snipe.huismetbenen.nl/) for providing snipe data (honorable mention [molneya](https://osu.ppy.sh/users/8945180))
59
59
-[Piotrekol](https://osu.ppy.sh/users/304520) and [Ezoda](https://osu.ppy.sh/users/1231180) and their website [osustats](https://osustats.ppy.sh/) for providing leaderboard data
60
-
-[mulraf](https://osu.ppy.sh/users/1309242), [Tanza](https://osu.ppy.sh/users/10379965), and the rest of the [osekai](https://osekai.net/) team for providing medal data
60
+
-[mulraf](https://osu.ppy.sh/users/1309242), [Tanza](https://osu.ppy.sh/users/10379965), and the rest of the [osekai](https://inex.osekai.net/) team for providing medal data
61
61
-[OMKelderman](https://osu.ppy.sh/users/2756335) and his [flag conversion](https://osuflags.omkserver.nl/) service
62
62
-[respektive](https://osu.ppy.sh/users/1023489) for his [score rank api](https://github.com/respektive/osu-profile#score-rank-api), [osustats api](https://github.com/respektive/osustats), and various other contributions
63
63
-[MasterIO](https://osu.ppy.sh/users/12297980) and [Wieku](https://osu.ppy.sh/users/2584698) for providing the option to render scores via [ordr](https://ordr.issou.best/)
@@ -105,4 +105,4 @@ The bot also has various features that can be enabled in compilation:
105
105
-`server`: Runs a server on `localhost:{SERVER_PORT}` (specified in `.env`) and enables the link command. In order for linking and its authentication to succeed, you must configure the redirect URL in your osu! (and twitch) settings and set `PUBLIC_URL` in the `.env` accordingly. E.g for osu! you go to your profile settings, check the oauth section for your own clients, edit the Application Callback URL to `http://localhost:27272/auth/osu` and in your `.env` make sure you have `SERVER_PORT=27272` and `PUBLIC_URL="http://localhost:27272"`. The server also exposes a `/metrics` endpoint providing prometheus data. If you're interested in visualizing them, you need to install [prometheus](https://prometheus.io/download/), [configure it](https://prometheus.io/docs/introduction/first_steps/), install and configure [grafana](https://grafana.com/grafana/), then create a dashboard in grafana for the bathbot metrics.
106
106
-`full`: Enables all of the above
107
107
108
-
To enable these features, use e.g. `cargo run --features global_slash,server`
108
+
To enable these features, use e.g. `cargo run --features global_slash,server`
0 commit comments