Add new incident message types

Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
This commit is contained in:
Andrin
2023-12-18 23:45:44 +01:00
committed by GitHub
parent 9db0dadc42
commit 08ef42fedf
4 changed files with 76 additions and 1 deletions

View File

@ -1745,6 +1745,30 @@ of :class:`enum.Enum`.
.. versionadded:: 2.2
.. attribute:: guild_incident_alert_mode_enabled
The system message sent when security actions is enabled.
.. versionadded:: 2.4
.. attribute:: guild_incident_alert_mode_disabled
The system message sent when security actions is disabled.
.. versionadded:: 2.4
.. attribute:: guild_incident_report_raid
The system message sent when a raid is reported.
.. versionadded:: 2.4
.. attribute:: guild_incident_report_false_alarm
The system message sent when a false alarm is reported.
.. versionadded:: 2.4
.. class:: UserFlags
Represents Discord User flags.