Skip to main content

ModifyGuildIncidentActions

@discordeno/bot


Documentation / @discordeno/bot / ModifyGuildIncidentActions

Interface: ModifyGuildIncidentActions

Defined in: packages/types/dist/types/discordeno.d.ts:1491

https://discord.com/developers/docs/resources/guild#modify-guild-incident-actions-json-params

Properties

dms_disabled_until?

optional dms_disabled_until: null | string

Defined in: packages/types/dist/types/discordeno.d.ts:1511

When direct messages will be enabled again

Remarks

The value should either be an ISO8601 string or null

Can be enabled for a maximal timespan of 24 hours in the future. Supplying null disables the action


invitesDisabledUntil?

optional invitesDisabledUntil: null | string

Defined in: packages/types/dist/types/discordeno.d.ts:1501

When invites will be enabled again

Remarks

The value should either be an ISO8601 string or null

Can be enabled for a maximal timespan of 24 hours in the future. Supplying null disables the action