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}"
}
]
}

29
.vscode/settings.json vendored
View File

@ -1,25 +1,8 @@
{
"cSpell.words": [
"Andreas",
"anewdawn",
"bwmarrin",
"discordgo",
"Filip",
"forgefilip",
"Fredrik",
"godotenv",
"GoodAnimemes",
"joho",
"lovibot",
"openai",
"Piplup",
"plubplub",
"Ryouiki",
"sashabaranov",
"startswith",
"vartanbeno",
"waifu",
"waifus",
"Zettai"
]
"cSpell.words": [
"forgefilip",
"forgor",
"lovibot",
"plubplub"
]
}