Updated Discord.NET version. Added wsl run option
This commit is contained in:
12
DiscordBot/Properties/launchSettings.json
Normal file
12
DiscordBot/Properties/launchSettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"DiscordBot": {
|
||||
"commandName": "Project"
|
||||
},
|
||||
"DiscordBot(WSL)": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "wsl",
|
||||
"commandLineArgs": "./DiscordBot"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user