update readme and help
This commit is contained in:
parent
af4278b2ee
commit
b0fcbe49b4
2 changed files with 6 additions and 0 deletions
|
@ -43,5 +43,9 @@ This bot requires that there be a publicly accessible interactions endpoint URL.
|
||||||
|
|
||||||
|Command|Description|
|
|Command|Description|
|
||||||
|---|---|
|
|---|---|
|
||||||
|
|`/blep`|blep.|
|
||||||
|
|`/catfact`|Get a fact about cats|
|
||||||
|
|`/fomx`|Get an image of a fox|
|
||||||
|
|`/help`|Show a help message|
|
||||||
|`/pet`|You can pet sily-bot.|
|
|`/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 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 *`.|
|
||||||
|
|
|
@ -37,6 +37,8 @@ export function help(state) {
|
||||||
content: `Hi, I'm sily-bot!
|
content: `Hi, I'm sily-bot!
|
||||||
Here are the available commands and their descriptions:
|
Here are the available commands and their descriptions:
|
||||||
- \`/blep\` blep.
|
- \`/blep\` blep.
|
||||||
|
- \`/catfact\` Get a fact about cats.
|
||||||
|
- \`/fomx\` Get an image of a fox.
|
||||||
- \`/help\` Show this message.
|
- \`/help\` Show this message.
|
||||||
- \`/pet\` You can pet sily-bot.
|
- \`/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 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 *\`.`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue