Merge pull request #214 from VermiumSifell/dev

🐛 cancel should now work
This commit is contained in:
Axel Olausson Holtenäs 2022-04-11 22:55:33 +02:00 committed by GitHub
commit 56cbc6f2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.")
)
)
),