From c61df88dbb04d9356d9a1532256d2e84a05d7794 Mon Sep 17 00:00:00 2001 From: Studioaxs <82153591+Studioaxs@users.noreply.github.com> Date: Sat, 17 Apr 2021 13:32:59 +0200 Subject: [PATCH] Update of the settings Added the option to delete the played song and command messages after a delay --- Discord-soundbox/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Discord-soundbox/settings.json b/Discord-soundbox/settings.json index d1119df..25da519 100644 --- a/Discord-soundbox/settings.json +++ b/Discord-soundbox/settings.json @@ -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 }