Discord tasks
Leverage the power of Discord to grow your community and engage users within your claimr campaigns.
Use Discord tasks to
Increase your Discord server members.
Encourage users to participate in Discord discussions or activities.
Promote your Discord community within your claimr campaigns.
Reward users for joining and interacting with your Discord server.
Track the effectiveness of your Discord marketing efforts.
For detailed information about general task settings, including task name, header, description, rewards, dependencies, and more, refer to Task settings.
Task type
Choose the specific type of task you want to create for your campaign.

Select Discord to indicate that the task will be completed with Discord.
Considering your aim, select the specific task type from the expanded list.
Task settings
Before creating a Discord task, add the claimr bot to your Discord server and grant it administrator permissions. This allows the bot to seamlessly interact with your campaign, track task completion, and distribute rewards. You can add the bot by clicking on the link provided in the task settings.
Join Discord server

Completion points: Set the base points a user earns once the required event count is reached.
Points multiplier (%): Apply a percentage bonus to the base points (e.g., 5 → +5%).
Invite link: Add the invite URL to your Discord server (e.g., https://discord.gg/...).
Is intent? (optional): Enable to require a manual confirmation of intent before the task is marked complete.
Verify Discord roles

Completion points: Set the base points a user earns once the required event count is reached.
Points multiplier (%): Apply a percentage bonus to the base points (e.g., 5 → +5%).
Server Address: Enter the full server URL (e.g., https://discord.com/channels/<serverID>/<channelID>).
Roles: Click to choose the role(s) a user must have.
Fetch roles: Click to load the current roles from your server.
Any role from list? (optional): Enable to pass the task if the user has any of the fetched roles; keep off to require the specific role(s) selected above.
Discord server activity (Verified)

Completion points: Set the base points a user earns once the required event count is reached.
Points multiplier (%): Apply a percentage bonus to the base points (e.g., 5 → +5%).
Server Address: Enter the channel URL where activity is checked (e.g., https://discord.com/channels/<serverID>/<channelID>).
Expected text (optional): Require an exact string to appear in the user’s message (e.g., brand name or keyword).
RegEx (optional): Define a pattern to allow message variations while still passing (e.g., case, punctuation, emojis).
Examples
Include a specific emoji: If you want to include a specific emoji (e.g., ✨), you could use a regular expression like
.*✨.*to allow for any characters before or after the emoji.Use a specific word or phrase: If you want to ensure the user adds a specific word or phrase, you could use a regular expression like
^YourKeywordto match any string that begins with "YourKeyword".Match a specific format: You can use regular expressions to define more complex patterns, such as email addresses, phone numbers, or dates. For example, to match a valid email address, you could use a regular expression like
[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}.
Resources
Regular expression builder: https://regex101.com/
AI assistants
Last updated
Was this helpful?