- Clone the Github repo in your current directory
git clone https://github.com/notunderctrl/discord-chat-bot.git .- Install all the packages
- If you're using npm
npm install- If you're using yarn
yarn- Run the bot
For development
- Using npm
npm run dev- Using yarn
yarn devFor production
- Using npm
npm run start- Using yarn
yarn start