C# Discord bot made using NetCord for keeping a TikTok-style streak
at main 8 lines 114 B view raw
1namespace StreakBot.Data.Entities; 2 3public enum ChannelType 4{ 5 StreakChannel, 6 TimeChannel, 7 DmChannel 8}