working bot

This commit is contained in:
3dyuval
2023-04-21 20:57:53 +03:00
parent 53d07a2db5
commit 1ec9a6c90d
9 changed files with 7260 additions and 1 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}