Table of Contents

Method GetAutomodRuleAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetAutomodRuleAsync(ulong)

Gets a specific auto mod rule.

[RequiresFeature(Features.Community)]
public Task<AutomodRule> GetAutomodRuleAsync(ulong ruleId)

Parameters

ruleId ulong

The rule id to get.

Returns

Task<AutomodRule>

The auto mod rule.