From 7a76dec442f862a0ef1385210dcb181f17a187c6 Mon Sep 17 00:00:00 2001 From: FarisZR <35614734+FarisZR@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:05:57 +0100 Subject: [PATCH] Add usage instructions --- docs/source/usage.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/source/usage.md diff --git a/docs/source/usage.md b/docs/source/usage.md new file mode 100644 index 0000000..0ea708b --- /dev/null +++ b/docs/source/usage.md @@ -0,0 +1,14 @@ +# Usage + +## Bot commands + +| Command | description| +|:--------------|-----------------:| +| start | Start the bot | +| discourse | Link your Discourse account | +| get_latest_posts | Fetch and display the latest posts | +| getCategories | List available categories | +| CreatePosts | Create a new post | +| sendComment | Send a comment on an existing post | +| sendMessagePrivate | Send a private message | +| activation | Activate notifications for new posts |