Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 910 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 910 Bytes

Discord.js V13 Generator Bot

Easy way to let server members generate accounts, admin's can add accounts straight from Discord.

Commands

/help - Shows all command's to use the bot

/generate <service> - Generate a random account, service = Disney, Netflix

/add <service> <account> - Add's new account to service, automatically creates files for new services

/stock - Shows the current stock for all services.

Installation

You need to have NodeJS version 16.x

npm install

Run this to install all node modules

Add your Discord bot token and server ID to the .env file

DISCORD_TOKEN=<Your Bot Token>
DISCORD_GUILD_ID=<Your Server ID>