Getting Started
Everything has to start from somewhere
Syntax
Before we go anywhere, we should know on the basics of using the bot
Please don't type < >, [ ], { }, ( ) in your command. These are just a placeholder for the command
These are the five different notations that you need to keep track of:
<Marcations> : This represents that the function inside its boundary is NECESSARY
[Big Brackets] : This represents that you need to CHOOSE one option from the given options inside it
which are splitted by | symbol
{Curly Brackets} : This represents that any functions inside its boundary is IGNORABLE
(Small Brackets) : This symbol is used to organize the functions properly like you've probably seen when solving a simple math problem. Ex: (5 - 2) x 3
Last updated