summaryrefslogtreecommitdiff
path: root/DiscoBot/MyBot.cs
diff options
context:
space:
mode:
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 () =>