Skip to content

Commit

Permalink
Remove unused leaderboard-dpp subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Nov 16, 2024
1 parent d9ce662 commit 939d427
Showing 1 changed file with 2 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,6 @@ export const config: SlashCommand["config"] = {
},
],
},
{
name: "dpp",
type: ApplicationCommandOptionType.Subcommand,
description: "View the droid pp (dpp) live leaderboard.",
options: [
{
name: "page",
type: ApplicationCommandOptionType.Integer,
description: "The page of the leaderboard. Defaults to 1.",
minValue: 1,
},
{
name: "clan",
type: ApplicationCommandOptionType.String,
description: "The clan name to view the leaderboard from.",
maxLength: 20,
},
],
},
{
name: "global",
type: ApplicationCommandOptionType.Subcommand,
Expand Down Expand Up @@ -87,29 +68,8 @@ export const config: SlashCommand["config"] = {
],
example: [
{
command: "leaderboard dpp",
description: "will view the droid pp leaderboard at page 1.",
},
{
command: "leaderboard ranked",
arguments: [
{
name: "page",
value: 3,
},
],
description: "will view the ranked score leaderboard at page 3.",
},
{
command: "leaderboard dpp",
arguments: [
{
name: "clan",
value: "Sunda Empire",
},
],
description:
'will view the ranked score leaderboard at page 1 for the "Sunda Empire" clan.',
command: "leaderboard global",
description: "will view the global game leaderboard.",
},
],
cooldown: 20,
Expand Down

0 comments on commit 939d427

Please sign in to comment.