Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
/ rain-bot Public archive

A Discord bot built for the Rainbow Café Discord Server~ ♥

Notifications You must be signed in to change notification settings

ribbon-studios/rain-bot

Repository files navigation

⚠️ This repo is still a WIP and things are always subject to change. ⚠️

Docker Hub Version

Coveralls

Rain

Supports

  • 💻 Self-hosting!
  • 💿 Almost any database you'd ever want!
  • 👋 Welcome Messages!
  • 🤖 Automatic Role Assignment
    • Including the ability to set separate roles for bots!
  • 🗓 Scheduled Messages

Supported Databases

  • 🐘 Postgres
  • 🐬 MariaDB (MySQL)
  • Ⓜ️ SQL Server
  • 🐤 SQLite

Getting Started

🐳 Docker

$ docker run -d \
      --restart=always \
      -e DATABASE_URL="<your-database-url>" \
      -e DISCORD_CLIENT_ID="<your-discord-client-id>" \
      -e DISCORD_TOKEN="<your-discord-token>" \
      --name discord-bot \
      rainbowcafe/rain-bot

🐋 Docker Compose

version: "3"

services:
  discord-bot:
    image: rainbowcafe/rain-bot:latest
    container_name: discord-bot
    tty: true
    stdin_open: true
    restart: always
    environment:
      DATABASE_URL: "<your-database-url>"
      DISCORD_CLIENT_ID: "<your-discord-client-id>"
      DISCORD_TOKEN: "<your-discord-token>"

Want to Contribute?

About

A Discord bot built for the Rainbow Café Discord Server~ ♥

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published