Manage and query Discord server information
GET /api/discord/query-roles
Retrieve all Discord roles with member counts
GET /api/discord/list-members-by-role/{roleId}
Get all members who have a specific role
POST /api/discord/role1289426855417348206-add-member
Add a member to a specific role (Role ID: 1289426855417348206)
GET /api/discord-query/{discordId}
Get user information by Discord ID
These tools connect to your Discord server via the Discord Bot API. Make sure the bot has the necessary permissions to access member and role information.