USE AT OWN RISK
I have coppied this account generator from silvanohirtie/account-generator go cheack that out. I have fixed the bug where you generate an account but it does not move that account from stock
This bot works by saving accounts in a .txt file and when a user uses the /gen (account) command it takes the account out of the stock and DMs the user that account information. After that the account gets removed from stock
- Type
npm i --savein your command line to install all the modules, alternatively you can typenpm ito install all the modules and never install them again. - Create a file called
.envand put this simple code into itTOKEN=YOUR_TOKENbut replace the "YOUR_TOKEN" part with your bot's token, then you should be good to go.
/create Netflix - This will create a txt file with the name "Netflix"
/add [email protected]:password1 Netflix - This will add that account to the Netflix service
/gen Netflix - This will take the first account in the Netflix.txt file and send it to the user
/restock Netflix - The bot will send an @everyone message saying that Netflix' service has been restocked.

