Made arduino EQ and made a discord selfbot

This commit is contained in:
plane000
2018-06-07 22:07:19 +01:00
parent 41e3824033
commit c683c88a73
12 changed files with 551 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "selfbot",
"version": "1.0.0",
"description": "A script to automatically change your discoed now playing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben (plane000)",
"license": "MIT",
"dependencies": {
"discord": "^0.8.2",
"discord.js": "^11.3.2",
"fs": "0.0.1-security"
}
}