Rich Commands
This document explains what rich commands are and how they differ from basic commands.
Last updated
Was this helpful?
This document explains what rich commands are and how they differ from basic commands.
Last updated
Was this helpful?
Rich commands are a useful part of Watora's commands which create unlimited possibilities.
By writing a variable between curly brackets, you can get a real value.
Variable
Attributes
message
author
user
member
random_member
channel
guild
server
current
current
only works if there's a current song.
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 :
Number
Documentation
(nb1)~(nb2)
Generates a random number between nb1 and nb2.
If not specified, nb1 is 0, and nb2 is 100.
Example :
By using >>>
you can specify that the following word is a command.
Example :
By adding &&
between your commands, you can start several commands at the same time.
Example :
Custom Commands are .
Welcome and Goodbye messages are .
You can call a command in a Custom Command. See to get started.
You can even mix several commands into one