Simple discord.py music bot https://panintegr.al/chirp
  • Python 99.5%
  • Shell 0.5%
Find a file
2026-04-14 16:12:19 +02:00
data Initial database implementation & DJ role command 2026-01-26 02:56:26 +01:00
lavalink sponsorblock initial implementation 2026-04-14 16:12:19 +02:00
src sponsorblock initial implementation 2026-04-14 16:12:19 +02: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 upgrade lavalink to support DAVE 2026-04-13 23:42:06 +02:00
lavalink_setup.sh refreshToken (oauth) support 2026-04-13 23:43:26 +02: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 refreshToken (oauth) support 2026-04-13 23:43:26 +02: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'

YTCIPHER_REFRESH_TOKEN='1//...'

SPOTIFY_CLIENT_ID='CLIENT_ID_HERE'
SPOTIFY_CLIENT_SECRET='CLIENT_SECRET_HERE'

DEFAULT_VOLUME=50
MAX_PLAYLIST_SIZE=100
MAX_QUEUE_SIZE=200