Updated Discord.NET version. Added wsl run option

This commit is contained in:
2024-07-01 15:25:05 +03:00
parent 16147b6bd7
commit 9aeb406f6f
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"DiscordBot": {
"commandName": "Project"
},
"DiscordBot(WSL)": {
"commandName": "Executable",
"executablePath": "wsl",
"commandLineArgs": "./DiscordBot"
}
}
}