if you have some problem contact us discord
To start using bruh-bot invitation link!
-
install all the requeriments
pip3 install -r requirements.txt
-
create a .env file and put
TOKEN=yourbottoken
-
you have two options to run the bot in a docker container
sudo docker build -t bot . && sudo docker run -d bot
or execute the bot -
windows:
python bot.py
-
linux/mac:
python3 bot.py