Custom Commands
Everything you must know about how to create and use Custom Commands.
Last updated
Was this helpful?
Everything you must know about how to create and use Custom Commands.
Last updated
Was this helpful?
Custom Commands are . It's highly recommended to read the before reading this page.
To manage custom commands on your server you have to use customcommand
(or cc
)
Usage
Help
cc add [command] [content]
Allows you to add a custom command on the server.
cc edit [command] [content]
Allows you to edit a custom command on the server.
cc delete [command]
Allows you to remove a custom command from the server.
cc list
Displays the custom commands list.
cc raw [command]
Displays the real content of a custom command.
Example :
Here's an example of a russian roulette which either play an earrape, or a relaxing song.
You can call several commands thanks to&&
Example :
If you don't want a static parameter, you can ask the user for one.
Number
Effect
x
Empty.
&
Same as0
but without counting quotations
0
Gives every words.
1
Gives the first word.
2
Gives the second word.
3
Gives the third word.
...
...
Example :
You can set a default value to use when no arguments are passed.
Example :
Example :
To create an alias you can use the fact that with Rich Commands.