Fix all the bugs

This commit is contained in:
Joakim Hellsén 2024-05-18 04:05:05 +02:00
commit 73cf7c489c
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
33 changed files with 827 additions and 392 deletions

2
.vscode/launch.json vendored
View file

@ -6,7 +6,7 @@
"configurations": [
{
"name": "Python: FastAPI",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "uvicorn",
"args": ["discord_rss_bot.main:app", "--reload"],

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"cSpell.words": [
"botuser",
"Genshins",
"levelname",
"pipx"
]
}