What is the birthday bot?

The birthdaybot is a discord bot, with some commands to help you have a birthday party on discord!

Features

  • Packaging of virtual presents
    • Packing with !wrap <Ping to the user you want to packge for.
    • Unpacking with !unwrap <Ping to the user who packaged your gift.
  • The creation of a list of skribbl words and cooperative collection of those
    • Help with !skribbl help
  • Selection of a random game with !game
  • Selection of a random person with !person
  • Selection of a random argument !random "<Choice 1>" "<Choice 2>" ["<Choice 3>" ...]
  • Configurations on a server basis! (For server admins/bot owners: !config help)

Installation

System Requirements

  • A Linux based system/server, like Debian or Raspberry-Pi OS.
  • Docker installed.
    • On debian based sytems (like Raspberry-Pi OS or Ubuntu), just run the following command to install it:
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install docker

Installation Steps

Run the following commands:

sudo docker pull mafelp/birthday-bot:latest
sudo docker run -d --rm \
      -v /opt/Birthday-Bot/:/data \
      --name birthdaybot \
      mafelp/birthdaybot:latest

Stopping

To stop the container, just run the following command:

sudo docker stop birthdaybot

Further information

Further Information can be found here.