Enum DiscordRuleActionType
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Contains all actions that can be taken after a rule activation.
public enum DiscordRuleActionType
- Extension Methods
Fields
BlockMessage = 1
Blocks a member's message and prevents it from being posted. A custom message can be specified and shown to members whenever their message is blocked.
SendAlertMessage = 2
Logs the user content to a specified channel.
Timeout = 3
Timeout user for a specified duration.