Slash guide

Ageverifier uses slash commands to execute commands, this is a new feature discord has added to their bot api. This allows us to have a more interactive experience with the bot, and allows us to have more control over the commands.

How to use slash commands

  1. we type in the / to signal to discord, we want to execute a command, a list of commands will pop up.
    slash
  2. You can type in more to narrow down results, for this example we will be executing /warn, so we type out some of the word and then select it in the list.
    slashwarn
  3. Now you select the command out of the list, and it will give you the requirements to execute this command.
    warn
  4. Let's say we want to warn rico, we'd input the following
    reason
  5. Now you press enter to send the command, this will be the end result:
    result
  6. Congratulations, you've successfully executed your first slash command!