🐛 shop roles cancel instead of shop cancel
This commit is contained in:
parent
245b8e22b2
commit
f66110b868
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)."
|
"Color of the role you wish to purchase (For example RED or BLUE or GREEN)."
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
.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.")
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue