/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
Parameters
| Prop | Type | Default |
|---|---|---|
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
eventsreplaces the entire list — there's no way to add or remove a single event without resending the full set.- If you set
repo_idto 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.