Merge pull request #214 from VermiumSifell/dev
🐛 cancel should now work
This commit is contained in:
commit
56cbc6f2f4
1 changed files with 9 additions and 9 deletions
|
@ -46,15 +46,15 @@ export default {
|
|||
"Color of the role you wish to purchase (For example RED or BLUE or GREEN)."
|
||||
)
|
||||
)
|
||||
.addSubcommand((command) =>
|
||||
command
|
||||
.setName("cancel")
|
||||
.setDescription("Cancel a custom role")
|
||||
.addRoleOption((option) =>
|
||||
option
|
||||
.setName("role")
|
||||
.setDescription("Name of the role you wish to cancel.")
|
||||
)
|
||||
)
|
||||
.addSubcommand((command) =>
|
||||
command
|
||||
.setName("cancel")
|
||||
.setDescription("Cancel a custom role")
|
||||
.addRoleOption((option) =>
|
||||
option
|
||||
.setName("role")
|
||||
.setDescription("Name of the role you wish to cancel.")
|
||||
)
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue