- In the near future, slash commands will completely replace the "prefixed" commands we all know. - Even if these "old commands" will still work because they are based on the messageCreate event, it is important to learn how to use this new medium that discord is introducing. -
- -- First, we need to create an enumeration that will contain our different channels and their associated ID. -
-- Next, we create the command using the slash command support of discord.js 13. -
-