Skip to main content

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?

Hi @Contasy 

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