summaryrefslogtreecommitdiff
path: root/DiscoBot/Program.cs
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2017-08-22 14:14:39 +0200
committerDennis Kobert <d-kobert@web.de>2017-08-22 14:14:39 +0200
commit90285f40e5a5a51bc51cb972963f56f630bc2792 (patch)
treef3344de1d088e5d203f67846ea8fdefecab28142 /DiscoBot/Program.cs
parentabdb151ab34d1d5356dea59ceebb97072fd83920 (diff)
Initial push
Diffstat (limited to 'DiscoBot/Program.cs')
-rw-r--r--DiscoBot/Program.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/DiscoBot/Program.cs b/DiscoBot/Program.cs
index eb90328..aa7b7ab 100644
--- a/DiscoBot/Program.cs
+++ b/DiscoBot/Program.cs
@@ -10,6 +10,13 @@ namespace DiscoBot
{
static void Main(string[] args)
{
+ //new Form1();
+ new System.Threading.Thread(Launch).Start();
+ //MyBot Bot2 = new MyBot("MjU1NDM1MDUyMTg2MzM3Mjkw.Cydmeg.AV2aEAwrM9UHqOUnmmUXaC5TBm4");
+ }
+ public static void Launch()
+ {
+ new MyBot();
}
}
}