Giter Club home page Giter Club logo

bongo-bot's Introduction

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=
# no jala
COMMAND_PREFIX=!

DATABASE_DATABASE=postgres
DATABASE_USER=postgres
DATABASE_HOST=postgres #docker only
#DATABASE_HOST=localhost #local only
DATABASE_PORT=
DATABASE_PASSWORD=postgres

LAVALINK_HOST=lavalink #docker only
#LAVALINK_HOST=localhost #local only
LAVALINK_PORT=2333
LAVALINK_PASSWORD=password

#postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres

#pgadmin
PGADMIN_DEFAULT_EMAIL=
PGADMIN_DEFAULT_PASSWORD=
PGADMIN_PORT=

Docker option

  • Comment out the local lines in .env
  • Run docker compose up -d

Local option

  • Comment out docker lines in .env
  • Comment out the discord-bot container in docker-compose.yml
  • Run docker compose up -d
  • Run pip3 install -r requirements.txt
  • Start the discord bot with python3 src/main.py

bongo-bot's People

Contributors

redhawk18 avatar thejorseman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.