Giter VIP home page Giter VIP 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=

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

bongo-bot's People

Contributors

redhawk18 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

thejorseman

bongo-bot's Issues

Queued up songs have their interactions expire

2022-12-08 00:50:49 ERROR    discord.client Ignoring exception in on_wavelink_track_end
Traceback (most recent call last):
  File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\client.py", line 409, in _run_event
    await coro(*args, **kwargs)
  File "C:\Users\user\Documents\Code\Bongo-Bot\src\cogs\play.py", line 48, in on_wavelink_track_end
    await self.delete_view(player.guild.id)
  File "C:\Users\user\Documents\Code\Bongo-Bot\src\cogs\play.py", line 69, in delete_view
    await playing_view.delete()
  File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\message.py", line 806, in delete
    await self._state.http.delete_message(self.channel.id, self.id)
  File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\http.py", line 740, in request
    raise NotFound(response, data)
discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message

Unhandled exception in internal background task 'disconnect_timer'

2022-10-16 19:14:33 ERROR    discord.ext.tasks Unhandled exception in internal background task 'disconnect_timer'.
Traceback (most recent call last):
  File "C:\Users\bot\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\tasks\__init__.py", line 239, in _loop
    await self.coro(*args, **kwargs)
  File "C:\Users\bot\Documents\Code\Bongo-Bot\src\commands\music_commands.py", line 150, in disconnect_timer
    await self.stop_voice_functions(voice)
  File "C:\Users\bot\Documents\Code\Bongo-Bot\src\commands\music_commands.py", line 116, in stop_voice_functions
    await self.delete_view(voice.guild.id)
  File "C:\Users\bot\Documents\Code\Bongo-Bot\src\commands\music_commands.py", line 124, in delete_view
    await playing_view.delete()
  File "C:\Users\bot\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\message.py", line 806, in delete
    await self._state.http.delete_message(self.channel.id, self.id)
  File "C:\Users\bot\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\http.py", line 740, in request
    raise NotFound(response, data)
discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message

application does not response when lavalink can not find a track

2022-12-06 01:27:23.284  INFO 4604 --- [  XNIO-1 task-1] l.server.player.AudioLoaderRestHandler   : Got request to load for identifier "ytsearch:https://www.youtube.com/watch?v=CQBOA061ugE&t"
2022-12-06 01:27:23.489  INFO 4604 --- [ader-2-thread-1] lavalink.server.player.AudioLoader       : No matches found

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.