feat: bot accounts (without api stuff)

This commit is contained in:
2025-09-30 08:00:19 +02:00
parent 747af0aeb3
commit cb0f75dfb9
35 changed files with 1311 additions and 146 deletions

8
.prettierrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"useTabs": false,
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": true
}