init simple bot

This commit is contained in:
2024-12-26 15:29:46 +04:00
parent ed4a09a0ee
commit fa1451696f
21 changed files with 11569 additions and 806 deletions

4
client/.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}