Add commands from Python bot

This commit is contained in:
2024-01-21 20:34:54 +01:00
parent f3d11de24e
commit bdb985c74b
5 changed files with 227 additions and 16 deletions

12
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}"
}
]
}