Introduction
Intro
Slash command provide 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.
All slash command starts with the symbol /
. Below are all the 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.
Last updated