(Click on the link to add it in your discord server: https://discord.com/oauth2/authorize?client_id=773091964462563368&scope=bot )
- [discord.js ] For documentation please refer this link (https://discord.js.org/)
To setup the app for development on your local machine, please follow the instructions below:
- Clone the repo to your machine
git clone https://github.com/lohith.poojari
- Install necessary packages
npm install
- Create a .env file for environment variables in the root directory of this repository, not inside the src folder!
Create environment variables: DISCORDJS_BOT_TOKEN - Your Bot Token
- Start the development environment
npm start