Simple discord.py music bot https://panintegr.al/chirp
  • Python 99.5%
  • Shell 0.5%
Find a file
2026-04-01 10:19:47 +02:00
data Initial database implementation & DJ role command 2026-01-26 02:56:26 +01:00
lavalink tv simply 2026-04-01 10:19:47 +02:00
src Update youtube-plugin to 1.18.0 2026-03-01 19:03:16 +01:00
.gitignore Better is_privileged() check 2026-01-26 03:27:03 +01:00
docker-compose.yml BIG rewrite: added progress bar & nowplaying command, help command, multiple nodes for playback crashes 2026-01-29 22:18:01 +01:00
Dockerfile_bot Initial commit 2026-01-05 01:57:36 +01:00
Dockerfile_lavalink Initial commit 2026-01-05 01:57:36 +01:00
lavalink_setup.sh lavalink password 2026-01-05 01:59:19 +01:00
pyproject.toml BIG rewrite: added progress bar & nowplaying command, help command, multiple nodes for playback crashes 2026-01-29 22:18:01 +01:00
README.md Initial commit 2026-01-05 01:57:36 +01:00
requirements.txt BIG rewrite: added progress bar & nowplaying command, help command, multiple nodes for playback crashes 2026-01-29 22:18:01 +01:00

chirp

Simple discord.py music bot

Example environment file

DISCORD_TOKEN='DISCORD_TOKEN_HERE'
PREFIX='..'

LAVALINK_HOST='lavalink'
LAVALINK_PORT='2333'
LAVALINK_PASSWORD='youshallnotpass'

SPOTIFY_CLIENT_ID='CLIENT_ID_HERE'
SPOTIFY_CLIENT_SECRET='CLIENT_SECRET_HERE'

DEFAULT_VOLUME=50
MAX_PLAYLIST_SIZE=100
MAX_QUEUE_SIZE=200