/// <summary> /// Software entry point - starts the bot. /// </summary> static void Main(string[] args) { CurrentMeta = new MetaDocs(); CurrentMeta.DownloadAll(); CurrentBot = new DenizenMetaBot(); LaunchBotThread(args); }
/// <summary> /// Initializes the connection monitor. Call <see cref="StartMonitorLoop"/> to start the monitor loop. /// </summary> public ConnectionMonitor(DenizenMetaBot bot) { DiscordBot = bot; }