Added ability to specify custom sounds for users when they log in.

This commit is contained in:
Storm Dragon
2025-11-22 18:31:22 -05:00
parent 769f59731d
commit 7e37570b43
3 changed files with 108 additions and 12 deletions

View File

@@ -137,3 +137,17 @@ volume = volume
yt_play = yplay
yt_search = ysearch
[user_join_sounds]
# Play a sound when a specific user joins the channel where the bot is located
# Sounds only play when the bot is idle (not currently playing music)
# Format: username = file_path_or_url
#
# Examples:
# Storm = misc/welcome.opus
# Jack = https://site.com/soundboard/howling.wav
# Alice = sounds/hello.mp3
#
# File paths use fuzzy matching - the first matching file in the music database will be used
# URLs are downloaded and played like the !url command