[AB-xxx] adding link to the leaderboard to the leaderboard command response

This commit is contained in:
Sheldan
2024-04-05 01:40:06 +02:00
parent 82be86e086
commit 4bef78f847
3 changed files with 16 additions and 1 deletions

View File

@@ -24,4 +24,5 @@ public class LeaderBoardModel extends SlimUserInitiatedServerContext {
* The {@link LeaderBoardEntryModel} containing the leaderboard information executing the command.
*/
private LeaderBoardEntryModel userExecuting;
private String leaderboardUrl;
}