added a WhoAmI command

This commit is contained in:
2025-07-12 12:04:53 +02:00
parent aad562cb2d
commit 358b16249e
6 changed files with 34 additions and 13 deletions
+7 -9
View File
@@ -1,12 +1,10 @@
# Reddit Commands
To execute a command on the Reddit bot, include `u/ByteDiceAssistant [cmd]` in a comment.
- **`[cmd]`**: The command you want to run and its arguments.
## `bk_week_add`
Adds the post to the list of posts.
To execute a command on the Reddit bot, include `u/{BOTNAME} [cmd]` in a comment. (Replace {BOTNAME} with the actual bot name, and [cmd] with any command listed below).
## `add_post`
Adds a post to the bots database.
- **Only moderators of a subreddit or the OP (Original Poster) can use this command.**
### **Examples**
```
"u/ByteDiceAssistant bk_week_add"
"Cool art, let me add that. u/ByteDiceAssistant bk_week_add"
"Cool art. Just gonna u/ByteDiceAssistant bk_week_add so it can become featured."
```
* `u/{BOTNAME} add_post`
* `Cool art, let me add that. u/{BOTNAME} weekly_art` (weekly art is an alias for add_post that is enabled by default)
* `Cool art. Just gonna u/{BOTNAME} add_post so it can become featured.`