Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
v4.0.1 (#27)
Browse files Browse the repository at this point in the history
* πŸŽ‰ Begin slash command rewrite

* ✨ Add invite & stats and removed the logs.

* ✨ Add some commands & context menu support

* πŸ”¨ Add configuration files & ravy's API support.

* 🚧 Try to work on MongoDB

* ✨ Add leveling support & constants

* ✨ Fix leveling & add rank cards

* πŸ› Fix dependency conflict & json.sqlite

* πŸ› Fix/finish rank cards & fix database utils.

* 🩹 Fix TS errors for leveling

* ✨ Add util functions, owner-only stats & leveling up via messaging.

* ✨ Add role rewards for leveling up.

* πŸ“ˆ Update .github folder.

* πŸš€ Add ts-node to help with VPS stuff.
  • Loading branch information
minotaa authored Nov 5, 2021
1 parent a645247 commit a3575e7
Show file tree
Hide file tree
Showing 2 changed files with 767 additions and 6 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.0",
"main": "dist/bot.js",
"scripts": {
"start": "node .",
"start": "npx ts-node src/bot.ts",
"build": "tsc --build"
},
"repository": "https://github.com/wushi-bot/wushi.git",
Expand All @@ -26,8 +26,10 @@
"dotenv": "^10.0.0",
"moment": "^2.29.1",
"mongoose": "^6.0.10",
"nodemon": "^2.0.14",
"path": "^0.12.7",
"tinycolor2": "^1.4.2",
"ts-node": "^10.4.0",
"typescript": "^4.4.3",
"urban-dictionary": "^3.0.2",
"winston": "^3.3.3"
Expand Down
Loading

0 comments on commit a3575e7

Please sign in to comment.