diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-18 15:14:30 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-18 15:14:30 -0600 |
commit | bcaa230abd1d69bcd5523731f71a6cb0e01b17c2 (patch) | |
tree | cb04787ae40664db9887e2895d4a6a4818363dad | |
parent | f0eb74dcfa687c6816dfb0a95f7cc38cfdad6cf1 (diff) |
update help and readme
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | command_impls.js | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,7 @@ This bot requires that there be a publicly accessible interactions endpoint URL. |---|---| |`/blep`|blep.| |`/catfact`|Get a fact about cats| +|`/factcheck`|Commune with the sacred boar at the centre of the world to check a fact| |`/fomx`|Get an image of a fox| |`/help`|Show a help message| |`/pet`|You can pet sily-bot.| diff --git a/command_impls.js b/command_impls.js index b95e472..fde52c8 100644 --- a/command_impls.js +++ b/command_impls.js @@ -38,6 +38,7 @@ export function help(state) { Here are the available commands and their descriptions: - \`/blep\` blep. - \`/catfact\` Get a fact about cats. +- \`/factcheck\` Commune with the sacred boar at the centre of the world to check a fact. - \`/fomx\` Get an image of a fox. - \`/help\` Show this message. - \`/pet\` You can pet sily-bot. |