summaryrefslogtreecommitdiff
path: root/DiscoBot/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Program.cs')
-rw-r--r--DiscoBot/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DiscoBot/Program.cs b/DiscoBot/Program.cs
index e3ea828..96bbd09 100644
--- a/DiscoBot/Program.cs
+++ b/DiscoBot/Program.cs
@@ -24,6 +24,7 @@ namespace DiscoBot
public async Task StartAsync()
{
Dsa.Startup();
+
this.client = new DiscordSocketClient();
this.commands = new CommandService();