build: update discord.js to v14.0.1 and bump version

This commit is contained in:
Jacob Nguyen
2022-07-17 17:17:38 -05:00
parent 7bf15a2d5d
commit 2387add445
2 changed files with 290 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/handler",
"version": "1.1.2-beta",
"version": "1.1.3-beta",
"description": "A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development.",
"main": "dist/index.js",
"scripts": {
@@ -21,7 +21,7 @@
"author": "SernDevs",
"license": "MIT",
"dependencies": {
"discord.js": "^14.0.0-dev.1657757514-fe34f48",
"discord.js": "^14.0.1",
"rxjs": "^7.5.6",
"ts-pattern": "^4.0.2",
"ts-results": "^3.3.0"