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) =>
|
||||||
.addSubcommand((command) =>
|
command
|
||||||
command
|
.setName("cancel")
|
||||||
.setName("cancel")
|
.setDescription("Cancel a custom role")
|
||||||
.setDescription("Cancel a custom role")
|
.addRoleOption((option) =>
|
||||||
.addRoleOption((option) =>
|
option
|
||||||
option
|
.setName("role")
|
||||||
.setName("role")
|
.setDescription("Name of the role you wish to cancel.")
|
||||||
.setDescription("Name of the role you wish to cancel.")
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
async execute(interaction: CommandInteraction) {
|
async execute(interaction: CommandInteraction) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue