Added discord options: showSong, idleText, listeningText

showSong (boolean): If enabled, the client will show the current song on discord.

idleText (string): This text is shown if no song is playing.

listeningText (string): This text is shown if a song is playing, but showSong is set to false.
This commit is contained in:
TheRockYT
2024-01-08 20:23:26 +01:00
parent 5bd28913da
commit 623033ccd7
4 changed files with 63 additions and 9 deletions

View File

@@ -24,6 +24,9 @@ export const settings = {
detailsPrefix: "discord.detailsPrefix",
buttonText: "discord.buttonText",
includeTimestamps: "discord.includeTimestamps",
showSong: "discord.showSong",
idleText: "discord.idleText",
listeningText: "discord.listeningText",
},
ListenBrainz: {
root: "ListenBrainz",