Skip to content

Commit

Permalink
feat: change 2 command names (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Dec 8, 2024
1 parent 5c16e28 commit c439aa7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -938,25 +938,25 @@ const commands = [
]
},
{
"name": "setwinnerlog",
"name": "create_match_history",
"type": "Set-Up",
"description": "Game results are sent to this channel. You may only have 1 match history channel per server.",
"usage": [
"/setwinnerlog [#channelname] [game]"
"/create_match_history [#channelname] [game]"
],
"examples": [
"/setwinnerlog #match-history Valorant"
"/create_match_history #match-history Valorant"
]
},
{
"name": "top_ten",
"name": "create_leaderboard",
"type": "Set-Up",
"description": "Set up a Dynamic top ten leaderboard",
"usage": [
"/top_ten [#channelname] [game]"
"/create_leaderboard [#channelname] [game]"
],
"examples": [
"/top_ten #leaderboard Overwatch"
"/create_leaderboard #leaderboard Overwatch"
]
},
{
Expand Down

0 comments on commit c439aa7

Please sign in to comment.