#nullable disable namespace NadekoBot.Common; public enum AddRemove { Add = 0, Remove = 1, Rem = 1, Rm = 1, }