Skip to content

Commit

Permalink
fix: remove character related commands (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Feb 7, 2024
1 parent 77b97e2 commit df0aa5f
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,17 +190,6 @@ const commands = [
"/require True League of Legends Character Required"
]
},
{
"name": "update_character",
"type": "Admin",
"description": "Add/update the champion, hero or agent a member has played",
"usage": [
"/update_character [name] [gameid] [member] [game]"
],
"examples": [
"/update_character Teemo 03134ff5 @iHenners League of Legends"
]
},
{
"name": "queue_role",
"type": "Admin",
Expand Down Expand Up @@ -608,50 +597,6 @@ const commands = [
"/ign Faker League of Legends"
]
},
{
"name": "champion",
"type": "General",
"description": "Select your champion. Only works inside a lobby channel",
"usage": [
"/champion [name]",
],
"examples": [
"/champion Teemo",
]
},
{
"name": "hero",
"type": "General",
"description": "Select your hero. Only works inside a lobby channel",
"usage": [
"/hero [name]",
],
"examples": [
"/hero Tracer",
]
},
{
"name": "agent",
"type": "General",
"description": "Select your agent. Only works inside a lobby channel",
"usage": [
"/agent [name]",
],
"examples": [
"/agent Astra",
]
},
{
"name": "top",
"type": "General",
"description": "View players with the highest win rates on a particular character",
"usage": [
"/top [game] [name]",
],
"examples": [
"/top League of Legends Thresh",
]
},
{
"name": "abandon",
"type": "General",
Expand Down

0 comments on commit df0aa5f

Please sign in to comment.