Skip to content

A discord bot that can play music among other features

License

Notifications You must be signed in to change notification settings

Redhawk18/Bongo-Bot

Repository files navigation

Bongo Bot


GitHub Workflow Status (with event) License

Designed to be a simple discord bot that play audios, inspiration is taken from the original Rythm bot.

Click here to add the bot.

Usage

All commands are slash commands and are self-documenting, regardless here are some examples.

  • /play query: naruto opening 16
  • /play query: chocolate insomnia autoplay: true

The play command has three options.

  • autoplay Continuously play songs without user querys, once enabled disconnect the bot to disable
  • next If this track should be put at the front of the queue
  • start_time Time stamp to start the video at, for example 1:34 or 1:21:19

Setup

  • First create a .env with all the the following variables
#discord bot
DISCORD_TOKEN=

POSTGRES_DATABASE=bongo
POSTGRES_HOST=postgres
POSTGRES_PASSWORD=
POSTGRES_PORT=5432
POSTGRES_USER=postgres

LAVALINK_HOST=lavalink
LAVALINK_PASSWORD=
LAVALINK_PORT=2333
  • Then run
docker compose up -d
  • Finally create the database with
cat bongo.sql | docker exec -i bongo-bot-postgres-1 psql -U postgres

About

A discord bot that can play music among other features

Topics

Resources

License

Stars

Watchers

Forks

Packages