task bluesky_post - Bluesky Post Task
Command Title
/task bluesky_post
Description
This command allows you to set up a task that rewards users with points for posting on Bluesky. You can specify a keyword that must be included in the post, set a task period, and define account requirements such as minimum account age and follower count.
Usage
/task bluesky_post <reward> <keyword> <period> [duration] [account_age] [followers] [char_length]
Parameters
Required Parameters:
<reward>
: The value must be a positive integer.<keyword>
: The keyword(s) that must be included in the post. Separate multiple keywords with a comma (,
).<period>
: The recurrence of the task. Available options are:Daily
Weekly
Monthly
Optional Parameters:
[duration]
: The duration of the task in days.[account_age]
: The minimum Bluesky account age required to participate. You can select an option from a dropdown list:1 Months Old
3 Months Old
6 Months Old
12 Months Old
[followers]
: The minimum number of followers a Bluesky account must have to receive the reward. You can select an option from a dropdown list:25 Followers
50 Followers
100 Followers
200 Followers
500 Followers
[char_length]
: The minimum number of characters the post must contain. You can select an option from a dropdown list:5 Characters
25 Characters
50 Characters
75 Characters
Examples
-
Example 1: Set up a daily task that rewards users with 10 points for a post containing the keyword "discordbot".
/task bluesky_post reward:10 keyword:discordbot period:Daily
-
Example 2: Set up a weekly task that rewards users with 20 points for a post containing the keywords "community, engagement". The task will last for 7 days, and the participating account must be at least 3 months old with a minimum of 50 followers.
/task bluesky_post reward:20 keyword:community,engagement period:Weekly duration:7 account_age:3 Months Old followers:50 Followers
Notes
- A user can only complete this task once per period (Daily, Weekly, or Monthly).
- The task remains active for the specified duration. If you do not specify a duration, the task will be ongoing until manually removed.
- You can create multiple Bluesky Post tasks with different keywords and reward values.
FAQs
-
Q: Can I set up a task with multiple keywords?
A: Yes, you can specify multiple keywords by separating them with a comma (
,
). -
Q: What happens if a user's post does not contain the specified keywords?
A: The user will not receive the reward. The post must include all specified keywords to complete the task.
-
Q: How are followers and account age verified?
A: The bot automatically checks the user's Bluesky account to ensure it meets the specified requirements at the time of the post.
-
Q: If a user completes the task multiple times within the period, will they receive the reward each time?
A: No, the reward is only granted for the first post that meets the task criteria within the specified period.