Slash
How to create discord slash commands
To create a command, you need to import the Command
class from the base and ApplicationCommandType
enum from discord.js
To create a slash command, you need to set name, description and type.
Slash command names cannot be empty, cannot contain special characters, capital letters or spaces
You can set options, subcommands and groups too