/github watch

Start watching a GitHub repository in your server. This allows Pandoryx to send updates to a designated channel whenever there’s new activity (like issues, commits, or releases).


πŸ’¬ Usage

/github watch <repo link>
  • <repo link> – The full GitHub URL for the repository you want to track.

πŸ“‘ Use this to stay on top of development, bug reports, or contributions β€” right from Discord.


πŸ“Œ Example

/github watch https://github.com/your-org/pandoryx-bot

This will:

  • Add the specified repo to your server's watch list

  • Begin posting GitHub activity in the configured feed channel

  • Automatically deliver updates for common events like commits, issues, and releases


πŸ—ƒοΈ Notes

  • Make sure Pandoryx has access to the appropriate channel to send updates.

  • GitHub links must be in valid format (https://github.com/owner/repo).

  • To view or stop watching, use /github list or /github unwatch.


Last updated