What problem does it solve? Controlling who can message your Discord bot channel requires careful handling of pairing requests, allowlists, and group policies, and doing it by hand risks approving prompt-injected requests from untrusted channel messages. ## Core Features & Use Cases - Pairing Management: Approve or deny pending pairing codes, writing approval markers the channel server polls to notify users. - Allowlist & Policy Control: Add or remove sender IDs from the allowlist and set the DM policy to pairing, allowlist, or disabled. - Group Configuration: Register group channels with mention requirements and per-group allowlists, plus delivery settings like ack reactions and chunk modes. - Use Case: A new user DMs your Discord bot and receives a 6-character pairing code. You run the pair command with that code, which adds their sender ID to the allowlist and notifies them they are approved. ## Quick Start Ask the assistant to show the current Discord access status, then approve a pending pairing by providing the 6-character code.