Rich Commands
This document explains what rich commands are and how they differ from basic commands.
Rich Commands Attributes
Rich commands are a useful part of Watora's commands which create unlimited possibilities.
Image URLs are automatically hidden

There are variables
By writing a variable between curly brackets, you can get a real value.

Available variables and their attributes
Variable
Attributes
author
user
member
random_member
guild
server
current
only works if there's a current song.
Variables without attributes
Variable
Documentation
day
Returns the current day's number.
month
Returns the current month's number.
year
Returns the current year's number.
server_members
Returns the number of members in the current guild.
Example :

Specials
Number
Documentation
(nb1)~(nb2)
Generates a random number between nb1 and nb2.
If not specified, nb1 is 0, and nb2 is 100.
Example :

You can call a command
By using >>>
you can specify that the following word is a command.
Example :

You can even call several commands
By adding &&
between your commands, you can start several commands at the same time.
Example :

What's the point of Rich Commands ?
Custom Commands are Rich Commands.
Welcome and Goodbye messages are Rich Commands.
You can call a command in a Custom Command. See Custom Commands page to get started.
You can even mix several commands into one Custom Command.
Last updated
Was this helpful?