namespace UNO{ public static class Config { public static bool USE_TOP_GG_API = true; public static bool IS_DEBUG = false; public static ulong DEBUG_GUILD_ID = ; public static ulong BOT_CLIENT_ID = ; public static int DISCORD_SHARD_COUNT = 20; }}