HotReload Cog #49

Merged
cswimr merged 8 commits from hotreload into main 2025-01-25 18:51:28 -05:00
Showing only changes of commit a82d3490e7 - Show all commits

2
.vscode/launch.json vendored
View file

@ -9,7 +9,7 @@
"type": "debugpy",
"request": "launch",
"module": "redbot",
"args": ["local", "-vvv"]
"args": ["local", "--dev", "-vvv"]
}
]
}