Skip to content

Commit

Permalink
fix: old text in leaderboard footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed Aug 5, 2024
1 parent a092e68 commit 14abd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const buildLeaderboardEmbedMessages = (
let embeds = [];
const embedFieldLimit = 25;
const maxPageCharSeize = 6000;
const LAST_EMBED_FOOTER_TEXT = 'Did you know, you can use /stats <id> to display detailed information on a player?\nYou can find someone\'s CFTools id on their CFTools Cloud account page';
const LAST_EMBED_FOOTER_TEXT = 'Did you know, you can use /statistics <steam64> to display detailed information on a player?';

// Variables that reset in next loop
let currentPage = [];
Expand Down

0 comments on commit 14abd3e

Please sign in to comment.