Advanced commands
Donate for my bot to sustain it: https://www.patreon.com/user?u=99116894
Last updated
Donate for my bot to sustain it: https://www.patreon.com/user?u=99116894
Last updated
"<command> !if <command> <comparation> !else <command>" -> Makes comparation with commands, can stack if and elses inside comparations
"{ <command> | <formated text> }" -> Insert a command inside a command
"!exe <macro_command>" -> (Note: Only works inside "{}") Allows you to execute macros using their prefixes, private macros can only be executed on privated macros, public can be executed on public, private and protected macros, and protected macros can be executed on public, privated and protected macros. Note: protected macros can be executed on public macros but cannot be changed or executed by non-admin members
<formated text> -> There are 5 types of formatation:
Bold: b <string> -> Turns your text bold
Italic: i <string> -> Turns your text italic, or better, tilted to right diagonal
underline: u <string> -> mark your text with an underline
line: l <string> -> scratch your text
spoiler: s <string> -> Hides your text
Note: You can stack up to all formatations you want to, for example, you can "bi" or "bl", "ul", and so on
!hide <command> -> execute a command that won't be shown in output, it's good to make working variables, since macros execute commands from left to right
$<command> -> store the command result as a variable, storing them in order from 0 to infinite
&<number> -> get a result from a variable
Obs.: **Do not** use "&<number>" before "$<command>", the "$<command>" should always come first before getting any new "&<number>", the macros execute commands always from left to right