Skip to content

Commit

Permalink
Merge pull request #12 from pattyjogal/queue_buttons
Browse files Browse the repository at this point in the history
Remove slash commands for queue join/leave
  • Loading branch information
pattyjogal authored Sep 17, 2021
2 parents 2fa3fa7 + e883acf commit 1c3e8c6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ const commands = [
name: "tenmans",
description: "Interacts with the 10mans lobby",
options: [
{
name: "join",
description: "Joins the 10mans lobby",
type: ApplicationCommandOptionType.Subcommand,
},
{
name: "leave",
description: "Leaves the 10mans lobby",
type: ApplicationCommandOptionType.Subcommand,
},
{
name: "start",
description: "Starts a 10mans queue",
Expand Down

0 comments on commit 1c3e8c6

Please sign in to comment.