Nest icon indicating copy to clipboard operation
Nest copied to clipboard

A simple, easy to host, easy to use, multilingual Discord Bot.

Birb

MIT Python

Nest is the repo for a Discord Bot named Birb, Birb was designed to be an "everything bot", i.e does everything that you/a discord server owner could need. Currently the bot is being rewritten to be more stable inside of the discord.py rewrite and have features that are of a higher quality than what preceeded it! (Again, I know...)

Setup

Setup PostgreSQL and Python 3.6 and:

pip install -r ./requirements.txt # Install requirements
python3.6 utils/init_db.py # Initialize the database
python3.6 bot.py # Run the bot