aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjacob janzen <53062115+JacobJanzen@users.noreply.github.com>2024-12-11 21:45:21 -0600
committerGitHub <noreply@github.com>2024-12-11 21:45:21 -0600
commitcc8cc8eccf731b421ba52ef9d449a93b88aea80d (patch)
treeb74cdc415c374108be7d56e09c4ded05d334fe75 /README.md
parentc25197dbe7a054022739190e41c12d09e79f4c04 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7f6b1f4..6f89272 100644
--- a/README.md
+++ b/README.md
@@ -44,5 +44,4 @@ This bot requires that there be a publicly accessible interactions endpoint URL.
|Command|Description|
|---|---|
|`/pet`|You can pet sily-bot.|
-|`/schedule-message <message> <cron>`|Schedule a message to be send later. Works like Linux cron jobs in the format `second minute hour day month weekday`. Put the number (or name of month or weekday) in each spot. If you want it to run every second, minute, etc. instead of once when it reaches the provided number, use a `*` instead of a number. For instance, to run a job every minute on January 4th, you might use `0 * * 4 January *`. The bot replies with a UUID that can be used to cancel the cron job later.|
-|`/unschedule-message <id>`|Stop sending a message with the given id.|
+|`/schedule-message <message> <cron>`|Schedule a message to be send later. Works like Linux cron jobs in the format `second minute hour day month weekday`. Put the number (or name of month or weekday) in each spot. If you want it to run every second, minute, etc. instead of once when it reaches the provided number, use a `*` instead of a number. For instance, to run a job every minute on January 4th, you might use `0 * * 4 January *`.|