When a new guild is added to our system we want to instantly start fetching the information for the guild, analyze it and then notify the person through discord
How
We need the functionality to be implemented in the bot.
This functionality should be triggered on each new guild registration
Questions
Should we use a messaging system or rest APIs?
How can we run the analysis directly after the completed extraction?
Goal
How
Questions