From 50b7c0e54ab9435b00b913012f79a77f8d84e379 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Tue, 26 Apr 2022 12:33:14 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6753be1..50680c8 100644 --- a/README.md +++ b/README.md @@ -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 From f8d8d7a0f9f27f004f02232d68603133b35c03f4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 May 2022 23:22:13 +0000 Subject: [PATCH 2/2] Update dependency tsconfig-paths to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5ca226..fc62f85 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "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"