OctoflowOctoflow

/eventmod edit

Change an existing event modifier's events, flags, priority, repo scope, or redirect channel.

Updates one or more fields on an existing event modifier. Only the fields you provide are changed — this saves recreating the modifier (and losing its ID) just to tweak one setting.

Usage

/eventmod edit modifier_id:abc123 priority:5
/eventmod edit modifier_id:abc123 events:push,pull_request repo_id:none

Parameters

PropTypeDefault
modifier_id
string
-
events
string
-
blacklisted
boolean
-
whitelisted
boolean
-
priority
number
-
repo_id
string
-
redirect_channel
channel
-

Permissions

Requires Manage Server (MANAGE_GUILD).

Cooldown

60 seconds (per guild).

Notes

  • events replaces the entire list — there's no way to add or remove a single event without resending the full set.
  • If you set repo_id to a new value, it's checked against the modifier's existing webhook, same as in /eventmod create.
  • The command errors if the modifier doesn't exist in the current server.

On this page