/eventmod delete
Delete an event modifier by its ID.
Removes an event modifier. After deletion, events previously matched by that modifier will be handled normally (or by the next matching modifier, if one exists).
Usage
Parameters
| Prop | Type | Default |
|---|---|---|
modifier_id | string | - |
Permissions
Requires Manage Server (MANAGE_GUILD).
Cooldown
60 seconds (per guild).
Notes
- Modifier IDs are 256-character alphanumeric strings returned by
/eventmod create. - If the modifier doesn't exist in the current server, the command will error.