BEAR-bot is a Discord bot originally written for BEAR PMC but expanded with general bot functionality
git clone https://github.com/JJ-VP/BEARbot.git
npm i
- Get your bot token from Discord Developer Portal
- Get your MongoDB token from Mongodb cloud
- Get your ChatGPT token from OpenAI Account
- Get your pastebin token from Pastebin API Docs
- Create a file in the bot root called
.env - Put the following in the file
TOKEN=*Token from Discord Developers portal*
DBURI=*Token from MongoDB*
AIAPI=*Token from ChatGPT*
PASTEAPI=*Token from pastebin*
- Normal:
npm run start - Dev:
npm run devTo run the bot in dev mode you will require nodemonnpm i -g nodemonto allow for file watching (automatic restart on changes)