Customcommands
The Manage Bot allows you to create customcommands to manage a server.

Commands
/customcommand add <Name> <Panel alias> <Server ID> <Command> [<Response>]
Creates a customcommand on the server, linked to your panel access data.
You can find the panel alias using /list.
If no response is set, the Discord app will reply with "The command was run in panel …: …"
/customcommand delete <Name>
Deletes a customcommand.
/customcommand list
Lists all customcommands of the server.
Variables
{args}: A list of all arguments{1}{2}{3}: The first three arguments, optional{!1}{!2}{!3}: The first three arguments, required
Examples
Start a server
command:startresponse:The server is being started!
You can also use stop, restart, and kill.
Minecraft whitelist
command:whitelist add {!1}response:The player **{1}** has been whitelisted!