Files
SethDiscordBot/DiscordBot/Properties/launchSettings.json
2024-07-01 22:14:31 +03:00

16 lines
326 B
JSON

{
"profiles": {
"DiscordBot": {
"commandName": "Project"
},
"DiscordBot (wsl Build)": {
"commandName": "WSL2",
"distributionName": "Debian"
},
"DiscordBot (wsl Run)": {
"commandName": "Executable",
"executablePath": "wsl",
"commandLineArgs": "./DiscordBot"
}
}
}