Skip to content

Commit

Permalink
[Fix] fixed leave interaction options
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 18, 2021
1 parent 49793df commit 6b399dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/Config/leavechannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ module.exports = {
option
.setName("action")
.setDescription("add or delete custom leave channel")
.addChoice("Add", "set")
.addChoice("Remove", "delete")
.addChoice("Add", "add")
.addChoice("Remove", "remove")
.setRequired(true)
)
.addChannelOption((option) =>
Expand Down

0 comments on commit 6b399dc

Please sign in to comment.