/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
.
π Related Commands
/github list
β View all tracked repos/github unwatch
β Stop tracking a repo
Last updated