OctoflowOctoflow
CommandsCore Commands

/delrepo

Remove a repository from a webhook, stopping event delivery for that repo.

Removes a repository entry from a webhook. Events from that repository will no longer be delivered to Discord after this command runs.

Usage

/delrepo id:REPO_ID
git!delrepo id:REPO_ID

Parameters

PropTypeDefault
id
string
-

Permissions

Requires Manage Server (MANAGE_GUILD).

Cooldown

60 seconds (per guild).

Notes

  • The repository ID is a 32-character alphanumeric string generated when you run /newrepo. It is different from the webhook ID.
  • If the repository doesn't exist, the command silently succeeds.

On this page