Commands - KazWolfe/WolfBot-SE GitHub Wiki
Command Reference Sheet
Base Commands
These commands come bundled with WolfBot-SE, and should never be disabled.
Command Name | Privilege Needed | Description | Arguments | Example |
---|---|---|---|---|
addadmin |
Superuser | Add a new Bot Admin to the system. | User ID (Mandatory) | !!/addadmin 1234 |
deladmin |
Superuser | Remove a Bot Admin from the system. | User ID (Mandatory) | !!/deladmin 1234 |
iamthecaptainnow |
Any | Grants the first user to run it Superuser powers | Auth Key (Mandatory) | !!/iamthecaptainnow ABCDEF |
reload (WIP) |
Superuser | Reload a Bot and data | config , plugins , or all |
!!/reload all |
restart |
Superuser | Restart a bot instance | N/A | !!/restart |
setprefix |
Superuser | Change the Command Prefix. None will return to default (!!/ ) |
Prefix (Mandatory) | !!/setprefix %/ |
stop |
Superuser | Stop the Bot's process | N/A | %/stop |
Debug Commands
These commands are present in the DebugPlugin.py
file. It is safe to disable.
Command Name | Privilege Needed | Description | Arguments | Example |
---|---|---|---|---|
admintest |
Bot Admin | Pings back message on execution success. | N/A | !!/admintest |
regusertest |
Any | Pings back message on execution success. | N/A | !!/regusertest |
start |
Any | Makes the bot ping back a "Hi!" message | N/A | !!/start |
superusertest |
Superuser | Pings back message on execution success. | N/A | !!/superusertest |
whoami |
Any | Gets basic data on running user, and returns it. | N/A | !!/whoami |