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