/bearbot

Primary LanguageRustMIT LicenseMIT

BearBot

About

BearBot is a host-it-yourself Discord bot written in rust language based on serenity and parrot. This project aims to provide some simple commands mainly used in (our) everyday Discord's guild.

Deployment

Dependencies

Some tools and libraries are required for building the project.

apt install build-essential autoconf automake libtool pkg-config ffmpeg
pip install -U yt-dlp

Building and Running

cargo build --release
cargo run --release

Licensing

This project is under MIT license.