diff --git a/DiscordBot/Properties/launchSettings.json b/DiscordBot/Properties/launchSettings.json
new file mode 100644
index 0000000..d72101e
--- /dev/null
+++ b/DiscordBot/Properties/launchSettings.json
@@ -0,0 +1,12 @@
+{
+ "profiles": {
+ "DiscordBot": {
+ "commandName": "Project"
+ },
+ "DiscordBot(WSL)": {
+ "commandName": "Executable",
+ "executablePath": "wsl",
+ "commandLineArgs": "./DiscordBot"
+ }
+ }
+}
\ No newline at end of file
diff --git a/DiscordBotCore/DiscordBotCore.csproj b/DiscordBotCore/DiscordBotCore.csproj
index a2ed1c3..faebdae 100644
--- a/DiscordBotCore/DiscordBotCore.csproj
+++ b/DiscordBotCore/DiscordBotCore.csproj
@@ -15,7 +15,7 @@
-
+