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
ulongThe rule id to get.
Returns
- Task<AutomodRule>
The auto mod rule.