Files
SethDiscordBot/DiscordBot/Properties/launchSettings.json

12 lines
218 B
JSON

{
"profiles": {
"DiscordBot": {
"commandName": "Project"
},
"DiscordBot(WSL)": {
"commandName": "Executable",
"executablePath": "wsl",
"commandLineArgs": "./DiscordBot"
}
}
}