Rewrite bot into Python

This commit is contained in:
2024-07-20 05:13:14 +02:00
parent 03df7678c5
commit b238504a02
16 changed files with 396 additions and 856 deletions

12
.vscode/launch.json vendored
View File

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