mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 19:34:23 +00:00
Improve documentation on AutoModAction.message_id
This commit is contained in:
parent
53a111872e
commit
482e3ead9b
@ -398,7 +398,8 @@ class AutoModAction:
|
|||||||
action: :class:`AutoModRuleAction`
|
action: :class:`AutoModRuleAction`
|
||||||
The action that was taken.
|
The action that was taken.
|
||||||
message_id: Optional[:class:`int`]
|
message_id: Optional[:class:`int`]
|
||||||
The message ID that triggered the action.
|
The message ID that triggered the action. This is only available if the
|
||||||
|
action is done on an edited message.
|
||||||
rule_id: :class:`int`
|
rule_id: :class:`int`
|
||||||
The ID of the rule that was triggered.
|
The ID of the rule that was triggered.
|
||||||
rule_trigger_type: :class:`AutoModRuleTriggerType`
|
rule_trigger_type: :class:`AutoModRuleTriggerType`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user