# Custom commands

WOKCommands gives server owners the ability to add in simple custom commands. This is a basic command -> text reply command.

Here is how to create a custom command:

```
/customCommand create <Command Name> <Description> <Response>
```

Here is how to delete a custom command:

```
/customCommand delete <Command Name>
```
