summaryrefslogtreecommitdiff
path: root/DiscoBot/MyBot.cs
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2017-08-22 14:20:50 +0200
committerDennis Kobert <d-kobert@web.de>2017-08-22 14:20:50 +0200
commitd860609a2c54523d2103d3a9ea156bc72c398bc8 (patch)
tree829607ffb231917a2e0ece427dd62e72f3705231 /DiscoBot/MyBot.cs
parent90285f40e5a5a51bc51cb972963f56f630bc2792 (diff)
tidied up
Diffstat (limited to 'DiscoBot/MyBot.cs')
-rw-r--r--DiscoBot/MyBot.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DiscoBot/MyBot.cs b/DiscoBot/MyBot.cs
index 12f5e56..f9bd427 100644
--- a/DiscoBot/MyBot.cs
+++ b/DiscoBot/MyBot.cs
@@ -35,8 +35,8 @@ namespace DiscoBot
});
commands = discord.GetService<CommandService>();
- Mandelbrot();
- Server();
+ //Mandelbrot();
+ //Server();
DSA();
discord.ExecuteAndWait(async () =>