Property AllowedKeywords
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
AllowedKeywords
Gets the substrings which should not trigger the rule.
[JsonProperty("allow_list")]
public IReadOnlyList<string>? AllowedKeywords { get; }
Gets the substrings which should not trigger the rule.
[JsonProperty("allow_list")]
public IReadOnlyList<string>? AllowedKeywords { get; }