chore: update package name to discord.js-selfbot

This commit is contained in:
arthur
2024-06-27 01:10:51 +02:00
parent d29380d46d
commit f2b0fd6288
2 changed files with 23 additions and 2 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
{
"name": "ma bibliotheque discord",
"name": "discord.js-selfbot",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "discord.js-selfbot",
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5",
+18 -1
View File
@@ -1,7 +1,24 @@
{
"name": "discord.js-selfbot",
"version": "1.0.0",
"description": "An unofficial discord.js fork for creating selfbots",
"main": "main.js",
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"ws": "^8.17.1"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthur-pbty/discord.js-selfbot.git"
},
"author": "arthur-pbty",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arthur-pbty/discord.js-selfbot/issues"
},
"homepage": "https://github.com/arthur-pbty/discord.js-selfbot#readme"
}