make default volume to 100

This commit is contained in:
Amane Serenetia 2024-10-05 10:31:55 +07:00
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: {