OctoflowOctoflow
CommandsCore Commands

/editrepo

Change a linked repository's name or notification channel without deleting and recreating it.

Updates a repository entry's name and/or channel. Only the fields you provide are changed.

Usage

/editrepo id:REPO_ID repo_name:octocat/renamed-repo channel:#new-channel

Parameters

PropTypeDefault
id
string
-
repo_name
string
-
channel
channel
-

Permissions

Requires Manage Server (MANAGE_GUILD).

Cooldown

60 seconds (per guild).

Notes

  • Use this when a repository is renamed or transferred on GitHub, so events keep matching without deleting and recreating the entry.
  • To only change the channel, use /setrepochannel/editrepo can do the same, plus rename.
  • The command errors if the repo doesn't exist in the current server.

On this page