Appearance
Discord overview
The api3-bot (bot) monitors message activity on the Api3 Discord server. There are several channels that make up the Api3 presence on Discord. The following channels are used by the bot to manage messages.
- api3-bot-prompt: Private channel, the AI prompt used by the bot.
- api3-bot-announcements: Public channel, where users can see what messages failed the AI rules violation test.
- api3-bot-logs: Private channel, allow admins to ban users that have violated the rules.
Workflow
- All messages are sent to openrouter using the text from the channel
api3-bot-promptas the AI prompt. - If the message violates the rules it is shown to the public in the
api3-bot-announcementschannel. - If the message did violate the rules it is added to the
api3-bot-logschannel for admin evaluation.

