🔧 loopMessage function

This commit is contained in:
Zerio
2021-10-02 11:36:17 +02:00
parent 0412427b6f
commit 5f9cd838e0
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ module.exports = {
commands: ['back', 'clear', 'filter', 'loop', 'pause', 'resume', 'seek', 'shuffle', 'skip', 'stop', 'volume']
},
maxVol: 100,
loopMessage: false,
discordPlayer: {}
}
};