Skip to content

Commit

Permalink
fixes #199
Browse files Browse the repository at this point in the history
  • Loading branch information
yorunoken committed May 14, 2024
1 parent 40c1233 commit 5b94d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/osu/leaderboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
type: ApplicationCommandOptionType.STRING,
name: "type",
description: "The type of the leaderboard.",
choices: [ { name: "Global Leaderboard", value: "country" }, { name: "Turkish Leaderboard", value: "global" } ]
choices: [ { name: "Global Leaderboard", value: "global" }, { name: "Turkish Leaderboard", value: "country" } ]
},
{
type: ApplicationCommandOptionType.STRING,
Expand Down

0 comments on commit 5b94d55

Please sign in to comment.