cspi-git / ZeroDiscord

A collection of Discord hacks, exploits & tools that is completely made using NodeJS.
MIT License
293 stars 77 forks source link

No package.json, deprecated library usage #19

Closed stretch07 closed 11 months ago

stretch07 commented 1 year ago

sup. None of these have npm package.jsons, what are we supposed to do, make them manually??? Also discord.js-client has been deprecated Is this maintained @iUseYahoo

ghost commented 1 year ago

Is this maintained

No, from my understanding this repository is not maintained. @I2rys please confirm this. You should be installing the required packages yourself.

Example (https://github.com/hanaui-git/ZeroDiscord/tree/main/purifier) If you wanted to use the purifier you would have to run the following:

npm i recursive-readdir-async
npm i parallel-park
npm i chalk
stretch07 commented 1 year ago

that just seems incredibly inconvenient If it turns out that this repo is maintained, I'll make sure to pull request package.json files

I2rys commented 11 months ago

Is this maintained

No, from my understanding this repository is not maintained. @I2rys please confirm this. You should be installing the required packages yourself.

Example (https://github.com/hanaui-git/ZeroDiscord/tree/main/purifier) If you wanted to use the purifier you would have to run the following:

npm i recursive-readdir-async
npm i parallel-park
npm i chalk

This repository is maintained, and yes, each tool has its own installation which you must use to manually install the packages it needs.

stretch07 commented 11 months ago

But why not just include a package.json file?

I2rys commented 11 months ago

But why not just include a package.json file?

It's just gonna have hard time adding the tools dependencies one by one also It's basically the same but It's all in one in installing.

stretch07 commented 11 months ago

Sorry I don't understand. With q package.json file with dependencies specified, you can just run npm i and everything will automatically install??

I2rys commented 11 months ago

Sorry I don't understand. With q package.json file with dependencies specified, you can just run npm i and everything will automatically install??

Yes It will automatically install the given dependencies using the npm i command.

stretch07 commented 11 months ago

Considering it is this simple, why don't you just add a package.json file already

I2rys commented 11 months ago

Considering it is this simple, why don't you just add a package.json file already

Oh flip yeah I just realized that... I think an unconciouse habit. 💀

I2rys commented 11 months ago

@stretch07 I'll add the package.json in the next update mate. :D