added voting system, bug fixes, and a ton more
This commit is contained in:
+9
-7
@@ -1,16 +1,18 @@
|
||||
# Discord Commands
|
||||
## `/bk_week_add [url] [approve]`
|
||||
## `/bk_week_add [url] <approve>`
|
||||
Adds a URL to the list of posts. This is done automatically by the bot for certain posts.
|
||||
- **`[approve]`**: `true` or `false`, determines whether to pre-approve the post.
|
||||
- **`<approve>`**: (OPTIONAL) `true` or `false`, determines whether to pre-approve the post.
|
||||
## `/bk_week_remove [url]`
|
||||
Removes an existing URL from the list of posts.
|
||||
## `/bk_week_approve [url]`
|
||||
## `/bk_week_approve [url] <disapprove>`
|
||||
Flags the post as **human_approved**, confirming that the artwork is original.
|
||||
## `/bk_week_disapprove [url]`
|
||||
Reverses the effect of `/bk_week_approve`.
|
||||
- **`<disapprove>`**: (OPTIONAL) `true` or `false`, set to `true` if you want to undo an approval.
|
||||
## `/bk_week_update`
|
||||
Updates all data in the binded Discord channel. It's reccommended to run this rarely.
|
||||
## `/bk_week_bind`
|
||||
Updates all data in the bound Discord channel. It's recommended to run this rarely.
|
||||
## `/bk_week_vote [url] <remove_vote>`
|
||||
Adds a vote to a post. The intended use for votes is for a "moderator picks" and a "community picks" section of the weekly art.
|
||||
You can vote on as many posts as you want, but only once per post.
|
||||
## `/bk_admin_bind`
|
||||
Binds the current channel as the channel where the bk_week data is sent and updated in. No binding means the only way to view the data is using `/bk_week_get`.
|
||||
### **Examples**
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user