📝 New loopMessage function

This commit is contained in:
Zerio
2021-10-02 11:37:58 +02:00
parent 5f9cd838e0
commit 920a5a2e1b

View File

@@ -17,7 +17,7 @@ module.exports = {
app: { app: {
px: 'XXX', px: 'XXX',
token: 'XXX', token: 'XXX',
playing: 'by Zerio ❤️', playing: 'by Zerio ❤️'
}, },
opt: { opt: {
@@ -47,6 +47,7 @@ DJ mode configuration
Advanced configuration Advanced configuration
- `opt/maxVol`, the maximum volume that users can define - `opt/maxVol`, the maximum volume that users can define
- `opt/loopMessage`, if the message that a music is played should be sent when it is looped
- `opt/discordPlayer`, options used by discord-player - `opt/discordPlayer`, options used by discord-player
### 📑 Installation ### 📑 Installation