summaryrefslogtreecommitdiff
path: root/DiscoBot/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Program.cs')
-rw-r--r--DiscoBot/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/Program.cs b/DiscoBot/Program.cs
index a6e496c..b90ed54 100644
--- a/DiscoBot/Program.cs
+++ b/DiscoBot/Program.cs
@@ -28,7 +28,7 @@ namespace DiscoBot
client = new DiscordSocketClient();
commands = new CommandService();
- string token = "";
+ string token = Properties.Settings.Default.Token;
services = new ServiceCollection()
.BuildServiceProvider();