Skip to main content

Send messages on a discord channel

The user must send a message in a specific discord channel.

Parameter table

paramtyperequireddescription
channelIdstringyesThe ID of the channel.
textregexnoThe message needs to match this text.
timeframenumbernoThe time frame (in hours) within which the user must send the message (default: 24 hours).

For periodic quests, the time frame must match the quest's periodicity.

  • Hourly: 1 hour

  • Daily: 24 hours

  • Weekly: 168 hours | | amount | number | no | The amount of messages the user needs to send (default is 1). |

CreatorData table

No data available.

Messages table

namemessage
ERROR_01You have not sent the required amount of messages in the discord channel "$channelName".
ERROR_02You are not a member of the specified discord server.
Please head over to $serverLink and then send a message in the channel "$channelName".
ERROR_03You have not sent the required amount of messages in the discord channel "$channelName".
Your messages should match a specific pattern.
ERROR_04You have not sent the required amount of messages in the discord channel "$channelName".
Your messages should contain the text: "$text".
INFO_01In order to complete this quest, you need to send $amount messages in the discord channel "$channelName".
If you are not a member of the server, please join it here $serverLink first.
Once you are a member, send a message in the channel "$channelName".
INFO_02In order to complete this quest, you need to send a message in the discord channel "$channelName".
If you are not a member of the server, please join it here $serverLink first.
Once you are a member, send a message in the channel "$channelName".

Detailed

This quest will be met when a user sends a message in a specific Discord channel.

How to Find a Channel ID

To get the Channel ID, we first need to enable Developer Mode in Discord.

Step 1: Enable Developer Mode

  1. Open Discord and click on User Settings (⚙️ icon at the bottom left).

Open User Settings

  1. Search for the Advanced section.

    Go to Advanced Settings

  2. Toggle Developer Mode on.

    Enable Developer Mode

Step 2: Copy the Channel ID

  1. Right-click on the channel you want to get the ID for.

    Right-click on the channel

  2. Click Copy Channel ID.

  3. Paste it wherever needed.

Once you have the Channel ID, you can use it for this quest.