Ejemplo n.º 1
0
 public DMPDiscord()
 {
     connector = new DiscordConnectorMain(this.SendToDMP, DarkLog.Debug);
 }
Ejemplo n.º 2
0
 public LMPDiscord()
 {
     connector = new DiscordConnectorMain(SendToLMP, LunaLog.Debug);
 }