An economy bot for Discord!
- Install Node.js & npm.
- Download files and run
npm initin the folder. Press enter until it completes. - Install the following npm packages:
npm i discord.js dotenv eslint mongoose parse-ms-2 - Setup your MongoDB database and put the link in the .env file.
- Setup your Discord bot and put in the token in the .env.
- Get your bot into a server and get the server id and client id.
- Run
node deploy-commands.js - Run
node .
Massive credit to evenMoreCode