mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 21:56:17 +00:00
* feat: refactor and new features + Refactored the codebase + OCR support in bots + Server sends training data every minute + Not using collectors for Discord feedback buttons anymore + Fixed grammar mistakes + Configs are now seperated + Tokens are no longer in configs - Like feedback doesn't work for Discord yet * feat: remove feedback button once voted * feat: role blacklist * feat: thread name check * feat: error handler for training * fix: bot crashing when a webhook msg is sent * refactor: remove debugging lines * feat: allow fixing mistake at votes in discord bot
16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"name": "@revanced-helper/helper-client",
|
|
"version": "1.0.0",
|
|
"description": "The ReVanced Helper client.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Reis Can",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"bson": "^4.7.0"
|
|
}
|
|
}
|