Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.63 KB

Fazt Bot

LICENSE Contributors Version Last Commit Forks Stars

Fazt Bot is a multipurpose Discord bot only for Fazt Tech's server, with functions like suggestions, welcome messages, roles with reactions, programming quotes on bot mention, text translations, play music, and more.

Deploy

docker network create faztbot

docker run -p 27017:27017 --name faztbot_db --network faztbot --restart always -e MONGO_INITDB_ROOT_USERNAME=<username> -e MONGO_INITDB_ROOT_PASSWORD=<password> -d mongo

docker build . -t faztbot

docker run --name faztbot --network faztbot --restart always -d --env-file ./.env faztbot

Pre-requisites

Contributors