mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-16 07:25:57 +08:00
make default volume to 100
This commit is contained in:
parent
e724f4c2d6
commit
af10596b33
@ -54,7 +54,7 @@ module.exports = {
|
||||
ENABLED: true,
|
||||
IDLE_TIME: 120, // Time in seconds before the bot disconnects from an idle voice channel
|
||||
MAX_SEARCH_RESULTS: 100,
|
||||
DEFAULT_VOLUME: 50, // Default volume for the music player (0-100)
|
||||
DEFAULT_VOLUME: 100, // Default volume for the music player (0-100)
|
||||
DEFAULT_SOURCE: "ytsearch", // ytsearch = Youtube, ytmsearch = Youtube Music, spsearch = Spotify, scsearch = SoundCloud
|
||||
// Lavalink Websocket configuration
|
||||
LAVALINK_WS: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user