diff --git a/src/data/commands.ts b/src/data/commands.ts index a924940..32bd808 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -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", @@ -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",