Merge pull request #212 from VermiumSifell/dev
✏️ shop cancel is now shop roles cancel
This commit is contained in:
commit
521fa19d80
1 changed files with 9 additions and 9 deletions
|
@ -47,15 +47,15 @@ export default {
|
|||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
.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.")
|
||||
)
|
||||
)
|
||||
),
|
||||
async execute(interaction: CommandInteraction) {
|
||||
|
|
Loading…
Add table
Reference in a new issue