From cc8cc8eccf731b421ba52ef9d449a93b88aea80d Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:45:21 -0600 Subject: Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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 `|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 `|Stop sending a message with the given id.| +|`/schedule-message `|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 *`.| -- cgit v1.2.3