diff --git a/.vscode/launch.json b/.vscode/launch.json index 84a95c2..9a7e46e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,11 +5,11 @@ "version": "0.2.0", "configurations": [ { - "name": "Red-DiscordBot", + "name": "Python: Red-DiscordBot", "type": "debugpy", "request": "launch", "module": "redbot", - "args": ["local", "--dev", "-vvv"] + "args": ["local", "--dev", "-vvv", "--load-cogs=hotreload"] } ] }