🐛 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,7 +46,6 @@ export default {
|
|||
"Color of the role you wish to purchase (For example RED or BLUE or GREEN)."
|
||||
)
|
||||
)
|
||||
)
|
||||
.addSubcommand((command) =>
|
||||
command
|
||||
.setName("cancel")
|
||||
|
@ -57,6 +56,7 @@ export default {
|
|||
.setDescription("Name of the role you wish to cancel.")
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
async execute(interaction: CommandInteraction) {
|
||||
// Destructure
|
||||
|
|
Loading…
Add table
Reference in a new issue