Question

How to count the number of posts with a specific tag assigned in Discord?

  • 19 December 2023
  • 1 reply
  • 127 views

Hello everyone, I have a Discord server with forum-like channels where users create posts, and it's mandatory for them to assign a tag, which we call 'status' (essentially, we use this method to create tasks for specific departments).

These tags include 'In Progress,' 'Completed,' and 'Canceled.'

I'm trying to set up an automation that checks these channels every morning, counts how many posts still have the 'In Progress' tag, and sends a message to another specific channel.

My difficulty lies in figuring out how to obtain the number of posts with the 'In Progress' tag. Does anyone have any ideas?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @Contasy 

That would likely involve using the Discord API: https://discord.com/developers/docs/intro