Table of Contents

Enum SystemChannelFlags

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Flags that control which system messages are sent to the guild's system channel. Multiple flags can be combined using bitwise OR.

[Flags]
public enum SystemChannelFlags : ulong

Fields

None = 0

No flags set (all system messages enabled).

SuppressJoinNotifications = 2

Suppress member join notifications in the system channel.