diff --git a/doc/Admin.md b/doc/Admin.md index 76240650..9addbfd3 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -546,7 +546,8 @@ Name | Description ## Event queue management ### eventqueue -Manages the PBot event queue. Can be used to add commands that run at a future time. +PBot uses an event queue to schedule future tasks or commands. The `eventqueue` command can +be used to list or remove upcoming events. It can also be used to schedule a command. Usage: `eventqueue list [filter regex] | add | remove `