Method HasFeature
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
HasFeature(GuildFeaturesEnum)
Checks whether the guild has a feature enabled.
public bool HasFeature(GuildFeaturesEnum flag)
Parameters
flag
GuildFeaturesEnumThe feature you'd like to check for.
Returns
- bool
Whether the guild has the requested feature.