Skip to content

Commit

Permalink
Merge branch 'main' of github.com:onesoft-sudo/sudobot
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer committed Feb 16, 2024
2 parents 2f9d850 + 49c96ef commit ab48a33
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 112 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [8.11.0](https://github.com/onesoft-sudo/sudobot/compare/v8.10.0...v8.11.0) (2024-02-16)


### Features

* **extensions:** elegant extension configuration support ([d0344a2](https://github.com/onesoft-sudo/sudobot/commit/d0344a2565417853784edb5c03c675ff45e07e6d))



# [8.10.0](https://github.com/onesoft-sudo/sudobot/compare/v8.9.0...v8.10.0) (2024-02-15)


Expand Down Expand Up @@ -36,12 +45,3 @@



## [8.8.6](https://github.com/onesoft-sudo/sudobot/compare/v8.8.5...v8.8.6) (2024-02-10)


### Bug Fixes

* **commands:blockedmessage:** crashing during list command execution ([9fbddbc](https://github.com/onesoft-sudo/sudobot/commit/9fbddbcb7a275838117df7a3d5d166feb7865e2b))



206 changes: 103 additions & 103 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,104 +1,104 @@
{
"name": "sudobot",
"description": "A Discord bot for moderation purposes.",
"version": "8.10.0",
"main": "build/index.js",
"license": "GPL-3.0-or-later",
"keywords": [
"bot",
"discord-bot",
"moderation",
"automoderation",
"discord-moderation",
"discord-moderation-bot",
"discord-automoderation",
"discord-automoderation-bot"
],
"homepage": "https://github.com/onesoft-sudo/sudobot",
"icon": "https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png",
"readme": "https://github.com/onesoft-sudo/sudobot#readme",
"author": {
"name": "Ar Rakin",
"email": "rakinar2@onesoftnet.eu.org",
"url": "https://virtual-designer.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/onesoft-sudo/sudobot"
},
"bugs": {
"url": "https://github.com/onesoft-sudo/sudobot/issues",
"email": "sudobot@onesoftnet.eu.org"
},
"dependencies": {
"@prisma/client": "^5.8.1",
"ascii-table3": "^0.8.2",
"async-mutex": "^0.4.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"deepmerge": "^4.3.1",
"discord.js": "^14.13.0",
"dot-object": "^2.1.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"figlet": "^1.7.0",
"googleapis": "^126.0.1",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.1",
"module-alias": "^2.2.3",
"pm2": "^5.3.1",
"reflect-metadata": "^0.1.13",
"semver": "^7.5.4",
"socket.io": "^4.7.2",
"tesseract.js": "^5.0.4",
"tslib": "^2.6.1",
"undici": "^5.23.0",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/bcrypt": "^5.0.0",
"@types/bun": "^1.0.5",
"@types/cors": "^2.8.13",
"@types/dot-object": "^2.1.2",
"@types/express": "^4.17.17",
"@types/figlet": "^1.5.8",
"@types/jsonwebtoken": "^9.0.2",
"@types/module-alias": "^2.0.2",
"@types/node": "^20.4.0",
"@types/semver": "^7.5.4",
"@types/uuid": "^9.0.2",
"husky": "latest",
"prisma": "^5.8.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"zod-to-json-schema": "^3.21.4"
},
"optionalDependencies": {
"openai": "^4.26.0"
},
"scripts": {
"start": "node build/index.js",
"start:bun": "bun build/bun.js",
"prepare": "husky",
"dev": "bun run src/bun.ts",
"lint": "eslint src/ --ext .ts",
"lint:fix": "eslint src/ --ext .ts --fix",
"build": "tsc",
"start:prod": "pm2 start ./ecosystem.config.js",
"deploy": "node scripts/deploy-commands.js",
"gen:schema": "node scripts/generate-config-schema.js",
"clean": "rm -frv build; make clean",
"test": "node --test --require ts-node/register tests/**/*.test.ts"
},
"_moduleAliases": {
"@sudobot": "build"
}
}
"name": "sudobot",
"description": "A Discord bot for moderation purposes.",
"version": "8.11.0",
"main": "build/index.js",
"license": "GPL-3.0-or-later",
"keywords": [
"bot",
"discord-bot",
"moderation",
"automoderation",
"discord-moderation",
"discord-moderation-bot",
"discord-automoderation",
"discord-automoderation-bot"
],
"homepage": "https://github.com/onesoft-sudo/sudobot",
"icon": "https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png",
"readme": "https://github.com/onesoft-sudo/sudobot#readme",
"author": {
"name": "Ar Rakin",
"email": "rakinar2@onesoftnet.eu.org",
"url": "https://virtual-designer.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/onesoft-sudo/sudobot"
},
"bugs": {
"url": "https://github.com/onesoft-sudo/sudobot/issues",
"email": "sudobot@onesoftnet.eu.org"
},
"dependencies": {
"@prisma/client": "^5.8.1",
"ascii-table3": "^0.8.2",
"async-mutex": "^0.4.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"deepmerge": "^4.3.1",
"discord.js": "^14.13.0",
"dot-object": "^2.1.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"figlet": "^1.7.0",
"googleapis": "^126.0.1",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.1",
"module-alias": "^2.2.3",
"pm2": "^5.3.1",
"reflect-metadata": "^0.1.13",
"semver": "^7.5.4",
"socket.io": "^4.7.2",
"tesseract.js": "^5.0.4",
"tslib": "^2.6.1",
"undici": "^5.23.0",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/bcrypt": "^5.0.0",
"@types/bun": "^1.0.5",
"@types/cors": "^2.8.13",
"@types/dot-object": "^2.1.2",
"@types/express": "^4.17.17",
"@types/figlet": "^1.5.8",
"@types/jsonwebtoken": "^9.0.2",
"@types/module-alias": "^2.0.2",
"@types/node": "^20.4.0",
"@types/semver": "^7.5.4",
"@types/uuid": "^9.0.2",
"husky": "latest",
"prisma": "^5.8.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"zod-to-json-schema": "^3.21.4"
},
"optionalDependencies": {
"openai": "^4.26.0"
},
"scripts": {
"start": "node build/index.js",
"start:bun": "bun build/bun.js",
"prepare": "husky",
"dev": "bun run src/bun.ts",
"lint": "eslint src/ --ext .ts",
"lint:fix": "eslint src/ --ext .ts --fix",
"build": "tsc",
"start:prod": "pm2 start ./ecosystem.config.js",
"deploy": "node scripts/deploy-commands.js",
"gen:schema": "node scripts/generate-config-schema.js",
"clean": "rm -frv build; make clean",
"test": "node --test --require ts-node/register tests/**/*.test.ts"
},
"_moduleAliases": {
"@sudobot": "build"
}
}

0 comments on commit ab48a33

Please sign in to comment.