Skip to content

JJ-VP/BEARbot

Repository files navigation

BEAR-bot

What is BEAR-bot?

BEAR-bot is a Discord bot originally written for BEAR PMC but expanded with general bot functionality

Requirement

How to install this bot

Clone this repo

git clone https://github.com/JJ-VP/BEARbot.git

Install dependancies

npm i

Setup the bot token

  1. Get your bot token from Discord Developer Portal
  2. Get your MongoDB token from Mongodb cloud
  3. Get your ChatGPT token from OpenAI Account
  4. Get your pastebin token from Pastebin API Docs
  5. Create a file in the bot root called .env
  6. Put the following in the file
TOKEN=*Token from Discord Developers portal*
DBURI=*Token from MongoDB*
AIAPI=*Token from ChatGPT*
PASTEAPI=*Token from pastebin*

Starting the bot

  • Normal: npm run start
  • Dev: npm run dev To run the bot in dev mode you will require nodemon npm i -g nodemon to allow for file watching (automatic restart on changes)

About

Discord bot originally written for BEAR PMC but expanded with general bot functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors