Skip to content

Commit

Permalink
Remove clickable slash command from leaderboard footer (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
taahamahdi authored Jan 23, 2024
1 parent 8eac06a commit f99c9f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/commands/game_commands/leaderboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1064,9 +1064,7 @@ export default class LeaderboardCommand implements BaseCommand {
messageContext.guildID,
chooseRandom(leaderboardQuotes),
{
command: `${clickableSlashCommand(
"help",
)} action:${COMMAND_NAME}`,
command: `/help action:${COMMAND_NAME}`,
},
),
},
Expand Down

0 comments on commit f99c9f2

Please sign in to comment.