Merge branch 'dev' into dev

This commit is contained in:
Axel Olausson Holtenäs 2022-05-17 09:47:44 +02:00 committed by GitHub
commit 614d7c80f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 12 deletions

View file

@ -33,6 +33,8 @@ Xyter is an open source, multi-purpose Discord bot that is develoepd by students
If you liked this repository, feel free to leave a star ⭐ to help promote Xyter!
**For a more updated documentation visit [this site](https://xyter.zyner.org/)!**
## ❗ Features
**10+** commands and counting across **13** different categories!
@ -58,8 +60,6 @@ Xyter also comes packed with a variety of features, such as:
- Code optimisation
- New discord features
- Suggestions we deem very good.
- Rewrite to TypeScript
- Make it API-driven
Some more is available in issues

View file

@ -1,3 +0,0 @@
files:
- source: /lang/en/*.json
translation: /lang/%two_letters_code%/%original_file_name%

View file

@ -30,11 +30,11 @@
"@crowdin/ota-client": "^0.7.0",
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.0",
"axios": "^0.26.1",
"axios": "^0.27.0",
"chance": "^1.1.8",
"common": "^0.2.5",
"crypto": "^1.0.1",
"discord-api-types": "^0.31.0",
"discord-api-types": "^0.33.0",
"discord.js": "^13.6.0",
"i18next": "^21.6.13",
"i18next-async-backend": "^2.0.0",
@ -43,25 +43,25 @@
"mongoose": "^6.2.3",
"node-schedule": "^2.1.0",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.6.3",
"uuid": "^8.3.2",
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/node-schedule": "^1.3.2",
"@types/node-schedule": "2.1.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "8.13.0",
"eslint": "8.15.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.0",
"jest": "^27.5.1",
"husky": "8.0.1",
"jest": "28.0.0",
"lint-staged": "^12.3.7",
"prettier": "^2.6.0"
},