From 9aeb406f6f30a486af99c48c041d8765b0304dd6 Mon Sep 17 00:00:00 2001 From: Andrei Tudor Date: Mon, 1 Jul 2024 15:25:05 +0300 Subject: [PATCH] Updated Discord.NET version. Added wsl run option --- DiscordBot/Properties/launchSettings.json | 12 ++++++++++++ DiscordBotCore/DiscordBotCore.csproj | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 DiscordBot/Properties/launchSettings.json 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 @@ - +