/botbear

Dank bot, idk

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

botbear

Dank bot that does stuff, idk Link to my commands: https://hotbear.org/ If you just want this bot in your channel just write "bb join" in #botbear1110 or #HotBear1110 :) Made by: Mads Hauberg

Building

$ git clone https://github.com/hotbear1110/botbear
$ cd botbear
$ ./configsetup.sh # optional script to setup needed credentials

Pre-commit setup

$ pip install pre-commit
$ pre-commit install

Docker setup

$ cd ..
$ sudo docker build --tag bot botbear
$ sudo docker run -p 3306:3306 -p 8080:8080 bot
# note that mysql database needs to be setup manually inside the container