- https://nhcarrigan.com
-
Senior Software Engineer | Community Growth Strategist | Discord Bot Developer | Advocate for Inclusive Tech
- Joined on
2025-01-22
Block a user
[OTHER] - Admin can set channel where questions are posted
[OTHER] - If channel is configured, user can submit anonymous questions
[OTHER] - Admin can answer anonymous questions
[OTHER] - Admin can configure channel where answers are posted
[OTHER] - If channel is configured, answers are automatically posted (with questions)
[OTHER] - Questions have button that admin can click to block a user from using the service
[OTHER] - Database
Using Prisma, model may look something like:
{
serverId: string;
channelId: string;
roleId: string;
message: string;
cron: string;
}