diff --git a/doc/Admin.md b/doc/Admin.md index c821bbdb..30052de5 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -550,12 +550,12 @@ Manages the PBot event queue. Can be used to add commands that run at a future t Usage: `eventqueue list [filter regex] | add | delete ` -For example, to schedule a command to run 10 seconds from now: +For example, to schedule a command to run 1 hour from now: - eventqueue add "10 seconds" echo Ta-da! + eventqueue add "1 hour" echo Ta-da! Command added to event queue. - 10 seconds later ... + 1 hour later ... Ta-da!