aboutsummaryrefslogtreecommitdiff
path: root/command_impls.js
diff options
context:
space:
mode:
authorjjanzen <53062115+jjanzenn@users.noreply.github.com>2025-01-19 09:22:49 -0600
committerGitHub <noreply@github.com>2025-01-19 09:22:49 -0600
commiteed31a99d2be9b15a484061c06c12ccbc13f1451 (patch)
treec97fe7f767fc30b6e27a93587b2b9e53286a4267 /command_impls.js
parentad10e53d0c940b4305681c3b5906fc3c71a7283b (diff)
parent56945f2ac4ddd8da44a2f5f3d16d01b15450c36b (diff)
Merge pull request #8 from drkitt/mainHEADmain
formatting and typo fix
Diffstat (limited to 'command_impls.js')
-rw-r--r--command_impls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/command_impls.js b/command_impls.js
index fde52c8..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 <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 *\`.`,
+- \`/schedule-message <message> <cron>\` 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 *\`.`,
});
}