Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: Remove unnecessary checkmark icon, added more options.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 14, 2023
1 parent 85e1e01 commit 8f859bb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@
"rule": "📒",
"support": "",
"bot": "🤖",
"audioPlaying": "",
"checkmark": "",
"audioPlaying": "🎶",
"audioStartedPlaying": "🎶",
"success": "",
"error": "⚠️",
"warning": "⚠️",
"disable": "🚫",
"enable": "",
"disabled": "",
"enabled": "",
"nextTrack": "⏭️",
"previousTrack": "⏮️",
"pauseResumeTrack": "⏯️",
Expand All @@ -57,7 +59,9 @@
"back": "⏮️",
"pauseResumed": "⏯️",
"shuffled": "🔀",
"volume": "🔊"
"volume": "🔊",
"volumeChanged": "🔊",
"queue": "🎶"
},
"filterThreadAmount": "2",
"filterList": [
Expand Down

0 comments on commit 8f859bb

Please # to comment.