aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--command_impls.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5b11af0..3b46ffe 100644
--- a/README.md
+++ b/README.md
@@ -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.