diff options
-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. |