Added ability to specify custom sounds for users when they log in.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user