Daily Claim Task
Engagerly's claim task (Check-in Task) are a fun and easy way to boost engagement in your server. This guide will walk you through setting up and managing daily claim task, helping you keep your community active and engaged.
Setting Up Daily Claim Task
Daily claim task is a crucial tool for increasing community activity and user retention. Admins can set up basic daily claim task and add a streak bonus on top of them.
Daily Reward
Admins can use the /task claim_daily
command to set up the daily claim task.
For example, to set up the daily claim task that rewards 10 points:
/task claim_daily reward:10
Streak Bonus (Optional)
Admins can use the /task claim_streak
command to add a streak bonus for reward consistency.
For example, to add a streak bonus that increases by 2 points each day, with a maximum streak of 3 days:
/task claim_streak increment:2 max_streak:3
How It Works
- Base Reward: The basic reward earned for each claim.
- Streak Bonus: Bonus reward earned as the consecutive claim streak increases.
- Maximum Streak Days: The reward stops increasing after reaching this number of days.
For example, if you set reward:10
, streak_bonus:2
, and max_streak:3
, the daily reward earnings would be as follows:
Actual Claim Day | Streak Day | Base Reward | Streak Bonus | Total Reward |
---|---|---|---|---|
Day 1 | 10 | 10 | ||
Day 2 | 1st Streak Day | 10 | 2 | 12 |
Day 3 | 2nd Streak Day | 10 | 2 + 2 | 14 |
Day 4 | 3rd Streak Day | 10 | 2 + 2 + 2 | 16 |
Day 5 | 4th Day (> max streak of 3) | 10 | 2 + 2 + 2 | 16 |
Setup Steps
- Open Discord: Admins should open any text channel that supports slash commands in the Discord server.
- Enter and Send Command: Input the above commands and send them. The Engagerly Bot will then create the task.
- Task Display: Once created, the task will automatically appear in the
#🎯│task-center
channel, and creation logs will be sent to the🤖│engagerly-logs
channel.
Making Changes
As the community grows or engagement patterns change, admins may need to adjust your claim task.
Daily Reward
Admins can use the /task claim_daily
again to change the reward
value as needed.
For example, to change the daily claim reward to 5 points:
/task claim_daily reward:5
Streak Bonus
Admins can use the /task claim_streak
command to adjust increment
and max_streak
.
For example, to change the daily incremental reward to 3 points with a maximum streak of 7 days:
/task claim_streak increment:3 max_streak:7
Note
- Modifications to streak claim task won't adjust previously distributed extra rewards.
- Future extra rewards for streak claims will follow the newly modified task rules.
Removing Task
Sometimes, admins may need to remove tasks to reset reward system or make way for new engagement strategies.
Removing Daily Reward and Streak Bonus
Admins can remove daily claim task (including daily reward and streak bonus) by setting a daily claim task with 0 points as a reward.
/task claim_daily reward:0
Removing ONLY The Streak Bonus
Admins can remove only the streak bonus by setting a task with 0 points as the daily incremental reward.
/task claim_streak increment:0 max_streak:3
Note
- Removing streak claim task is irreversible. Once removed, all related progress and data will be deleted.
- It's advisable to notify community members before removing tasks, especially for long-running tasks, to avoid confusion or dissatisfaction.
How Members Claim
- Go to the
#🎯│task-center
channel. - Click the
/reward daily
command link in the task message, or type/reward daily
and hit enter.
Note
- Members can only claim once per day.
- If forgotten, that day's reward will be missed.
- For streak claim task, missing a day will reset the streak count.
FAQs
Q: Can I set up multiple claim tasks with different reward values?
A: No, you can only set up one daily task."
Q: Can members claim rewards for multiple days at once?
A: No. Daily claim rewards must be claimed individually each day. Missed rewards cannot be claimed retroactively.
Q: How can I check the completion status of claim task?
A: Members can see their claim record in the "#username's Rewards" thread, or enter /reward daily
and press Enter to see the Engagerly Bot's feedback.
Q: Do claim rewards affect the points leaderboard?
A: Yes. Points earned from claims contribute to a member's total points, influencing their position on the leaderboard.
Q: What happens to members' accumulated claim progress when a task is removed?
A: When a task is removed, the accumulated progress for consecutive claims will be deleted.
Q: Does removing a task affect rewards that have already been distributed?
A: No. Removing a task only affects future reward distributions. Rewards that have already been earned will not be retracted.