Skip to content

Commit

Permalink
feat: update rank and leaderboard (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Oct 26, 2024
1 parent 6344869 commit 2e68e8c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -963,38 +963,38 @@ const commands = [
"examples": []
},
{
"name": "leaderboard",
"name": "leaderboard view",
"type": "General",
"description": "Display a specific leaderboard.",
"usage": [
"/leaderboard [game] [options] (queue_channel)"
"/leaderboard view [game] [options] (queue_channel)"
],
"examples": [
"/leaderboard lol mmr",
"/leaderboard lol mvp",
"/leaderboard lol"
"/leaderboard view lol mmr",
"/leaderboard view lol mvp",
"/leaderboard view lol"
]
},
{
"name": "rank",
"name": "rank view",
"type": "General",
"description": "Display a player's rank in the server.",
"usage": [
"/rank [game] [user] (queue_channel)"
"/rank view [game] [user] (queue_channel)"
],
"examples": [
"/rank lol Faker (queue_channel)"
"/rank view lol @Faker (queue_channel)"
]
},
{
"name": "ign",
"type": "General",
"description": "Set your In Game Name",
"usage": [
"/ign [ign] [game]"
"/ign [game] [ign]"
],
"examples": [
"/ign Faker League of Legends"
"/ign League of Legends Faker"
]
},
{
Expand Down

0 comments on commit 2e68e8c

Please sign in to comment.