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