/toru-bot

Discord bot :robot:

Primary LanguagePythonMIT LicenseMIT

Toru - Discord Bot

PyPI - Python Version discord.py Code Style: Black License - MIT

PyPI - Python Version

A simple Discord bot that will bring joy to your server!

Features

  • Permission system
  • Stream music from Youtube
  • Send gifs
  • Level system
  • Polls
  • Dad jokes

... and much more!

Usage

🐳Runnig with Docker

# Clone the repo
$ git clone https://github.com/Puh00/toru-bot.git
$ cd toru-bot

# Create the .env file and fill it with your credentials (See .env.example for template)
$ touch .env

# Compose the containers
$ docker-compose build
$ docker-compose up