Skip to content

Commit

Permalink
Update of the settings
Browse files Browse the repository at this point in the history
Added the option to delete the played song and command messages after a delay
  • Loading branch information
Sylvain-BROCAS authored Apr 17, 2021
1 parent 100166e commit c61df88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Discord-soundbox/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"prefix": "!", // You can choose the commands prefix
"ffmpeg_path": "", // Put here the path to ffmpeg.exe
"token": "", // Put your bot's token here
"forbidden_chans": "" // Put here the ID's of the forbidden channels (separated by ',')
"forbidden_chans": "", // Put here the ID's of the forbidden channels (separated by ',')
"delete_msg_after": "True", // Choose if you want to delete the command and the played song messages
"delay": "20" // Delay before deleting the command and played song messages
}


Expand Down

0 comments on commit c61df88

Please sign in to comment.