You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/i18n/resources/en/bot.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
},
18
18
"commands": {
19
19
"how": {
20
-
"commands": "Commands: {commandPrefix}sr artist - song; {commandPrefix}sr artist *random; {commandPrefix}sr artist *choice; {commandPrefix}vip; {commandPrefix}vip artist - song; {commandPrefix}vip artist - song *2; {commandPrefix}edit #2 artist - song; {commandPrefix}remove reg|vip|all; {commandPrefix}position.",
20
+
"commands": "Commands: {commandPrefix}sr artist - song; {commandPrefix}sr artist *random; {commandPrefix}sr favorite; {commandPrefix}sr artist *choice; {commandPrefix}vip; {commandPrefix}vip artist - song; {commandPrefix}vip artist - song *2; {commandPrefix}edit #2 artist - song; {commandPrefix}remove reg|vip|all; {commandPrefix}position.",
21
21
"partRequests": "Part requests: add {modifiers} to {commandPrefix}sr, {commandPrefix}vip, or {commandPrefix}edit.",
22
22
"partRequestsVip": "Part requests: add {modifiers} to {commandPrefix}sr, {commandPrefix}vip, or {commandPrefix}edit. They require {countText}.",
23
23
"browse": "Browse the track list and request songs here: {url}"
@@ -84,6 +84,7 @@
84
84
"requestQueryMissing": "{mention} include an artist or song before using request modifiers.",
85
85
"songLookupFailed": "{mention} I ran into a problem searching for that song. Please try again.",
86
86
"randomNotFound": "{mention} I couldn't find an allowed random match for \"{query}\".",
87
+
"favoriteNotFound": "{mention} I couldn't find an allowed favorite from this channel right now.",
87
88
"rejectedSongBlocked": "{mention} I cannot add that song to the playlist.",
88
89
"rejectedSongReason": "{mention} {reason}",
89
90
"choiceAlreadyActive": "{mention} that streamer choice request is already in your active requests.",
Copy file name to clipboardExpand all lines: src/lib/i18n/resources/es/bot.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
},
18
18
"commands": {
19
19
"how": {
20
-
"commands": "Commands: {commandPrefix}sr artist - song; {commandPrefix}sr artist *random; {commandPrefix}sr artist *choice; {commandPrefix}vip; {commandPrefix}vip artist - song; {commandPrefix}vip artist - song *2; {commandPrefix}edit #2 artist - song; {commandPrefix}remove reg|vip|all; {commandPrefix}position.",
20
+
"commands": "Commands: {commandPrefix}sr artist - song; {commandPrefix}sr artist *random; {commandPrefix}sr favorite; {commandPrefix}sr artist *choice; {commandPrefix}vip; {commandPrefix}vip artist - song; {commandPrefix}vip artist - song *2; {commandPrefix}edit #2 artist - song; {commandPrefix}remove reg|vip|all; {commandPrefix}position.",
21
21
"partRequests": "Solicitudes de parte: agrega {modifiers} a {commandPrefix}sr, {commandPrefix}vip o {commandPrefix}edit.",
22
22
"partRequestsVip": "Solicitudes de parte: agrega {modifiers} a {commandPrefix}sr, {commandPrefix}vip o {commandPrefix}edit. Requieren {countText}.",
23
23
"browse": "Browse the track list and request songs here: {url}"
@@ -84,6 +84,7 @@
84
84
"requestQueryMissing": "{mention} incluye un artista o una canción antes de usar modificadores de solicitud.",
85
85
"songLookupFailed": "{mention} I ran into a problem searching for that song. Please try again.",
86
86
"randomNotFound": "{mention} no pude encontrar una coincidencia aleatoria permitida para \"{query}\".",
87
+
"favoriteNotFound": "{mention} no pude encontrar un favorito permitido de este canal en este momento.",
87
88
"rejectedSongBlocked": "{mention} no puedo agregar esa canción a la lista.",
88
89
"rejectedSongReason": "{mention} {reason}",
89
90
"choiceAlreadyActive": "{mention} that streamer choice request is already in your active requests.",
0 commit comments