Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 17, 2025

Documents the /igp Discord application command, an interactive real-time in-game panel for match moderation.

Changes

  • Added /docs/igp.md (370 lines)

    • Command overview: ephemeral Discord UI that tracks moderator's game session and displays live match data
    • Interactive components: player list with team colors, Set IGN button, player selection dropdown, moderation modal
    • Permissions: Guild Enforcer or Global Operator roles required
    • Special behaviors: gold nametag for moderators when EnforcersHaveGoldNames enabled, matchmaking division bypass to "green"
    • Rate limits: 3-minute session timeout, 3-second refresh interval, 3-minute recent player tracking
    • 4 usage examples: basic moderation, voiding suspensions, quick kicks, IGN changes
    • Troubleshooting: common issues and solutions
    • Integration: Discord roles, enforcement channels, match tracking system
  • Updated README.md

    • Added link to IGP documentation in Documentation section

Implementation Notes

The IGP uses Nakama's presence streams to monitor login/match services, tracks player teams via match labels, and integrates with the guild enforcement journal system for suspensions. Moderation actions are scoped to guild matches or privately spawned sessions.

Original prompt

This section details on the original issue you should resolve

<issue_title>Document /igp Discord command features in /docs/igp.md</issue_title>
<issue_description>Document all the features and usage details of the /igp Discord application command.

  • Summarize each subcommand and its arguments.
  • Provide examples for invocation.
  • List permissions needed for each use-case where relevant.
  • Add notes on rate-limiting, restrictions, or integration points.
  • Final output should be a Markdown document (igp.md) placed in /docs/.
  • Conform to repo formatting/contribution guidelines if exist.

Reference to official Discord docs as needed.

Acceptance Criteria:

  • Clear documentation for all /igp command features exists in /docs/igp.md.
  • Examples and expected responses documented.
  • Permissions and restrictions explained.
  • PR reviewed and merged.</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: thesprockee <962164+thesprockee@users.noreply.github.com>
Copilot AI changed the title [WIP] Document features of /igp Discord command in /docs/igp.md Document /igp Discord command features in /docs/igp.md Nov 17, 2025
Copilot AI requested a review from thesprockee November 17, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document /igp Discord command features in /docs/igp.md

2 participants