Add Server

This commit is contained in:
reis
2022-11-10 13:55:33 +00:00
parent c196886d06
commit 9962e4fe68
9 changed files with 336 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "revanced-helper",
"version": "0.0.1",
"description": "The community bots (and the server) to help the community and make moderators job easy.",
"repository": {
"type": "git",
"url": "git+https://github.com/reisxd/revanced-helper.git"
},
"author": "Reis Can",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/reisxd/revanced-helper/issues"
},
"homepage": "https://github.com/reisxd/revanced-helper#readme"
}