Introduction
Intro
Slash command provides a direct way to invoke the bot without going through the UI, this gives the fastest response to what user needed. However, due to the limitation on Discord, some may find it not user-friendly. Also, there are less error catching in using Slash Command.
Slash commands can be used as long as the bot has access to the server. This allows user to use it at other channels and does not need to go back to the Bot channel to use it.
All slash command starts with the symbol / . This section will go through all usable slash command for the bot. Discord will try auto complete on available commands when you start typing / .
Options
Most of the slash command comes with "Options", for example, the /di stats normal comes with the option gem and rank .

These options need to be selected in their order, or else some function may not work.
Send to Channel
Only available when the function is invoked using slash command.
Message sent out by bot using the "Send Page to Channel" can only be removed by user with 'Manage Messages' permission.
This new function to allow user to send the output message (normally only you can view it) to the channel for other user to see it when using Slash Command. No need to screenshot, then attach the image to share it anymore.
To be able to use this function Server Admin will need to allow the bot to have access to the channel and has the 'Send Message' Permission allowed.

After this is set-up, when user use the Slash command, they can use the button below the output of the bot to send the embed to the channel.

If you see this error message, please contact your Server Admin to allow the bot to 'Send Message' in the channel.

Last updated