Rewrite bot into Python

This commit is contained in:
Joakim Hellsén 2024-07-20 05:13:14 +02:00
commit b238504a02
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
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}"
}
]
}