From 4907fc28ac51f1402b2b74cd1982a7032baaea1c Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 18 Jan 2025 16:56:49 -0600 Subject: Minor spelling mistake I win --- README.md | 2 +- command_impls.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60de45e..8e4480b 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,4 @@ This bot requires that there be a publicly accessible interactions endpoint URL. |`/fomx`|Get an image of a fox| |`/help`|Show a help message| |`/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 *`.| +|`/schedule-message `|Schedule a message to be sent 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 *`.| diff --git a/command_impls.js b/command_impls.js index fde52c8..1413fcc 100644 --- a/command_impls.js +++ b/command_impls.js @@ -42,7 +42,7 @@ Here are the available commands and their descriptions: - \`/fomx\` Get an image of a fox. - \`/help\` Show this message. - \`/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 *\`.`, +- \`/schedule-message \` Schedule a message to be sent 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 From 56945f2ac4ddd8da44a2f5f3d16d01b15450c36b Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 18 Jan 2025 16:57:24 -0600 Subject: Use monospace style for the cron syntax template --- command_impls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_impls.js b/command_impls.js index 1413fcc..f863378 100644 --- a/command_impls.js +++ b/command_impls.js @@ -42,7 +42,7 @@ Here are the available commands and their descriptions: - \`/fomx\` Get an image of a fox. - \`/help\` Show this message. - \`/pet\` You can pet sily-bot. -- \`/schedule-message \` Schedule a message to be sent 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 *\`.`, +- \`/schedule-message \` Schedule a message to be sent 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