|
11 | 11 | "songQueued": "Song added to queue.", |
12 | 12 | "defaultErrorMessage": "{warningEmoji} Something went wrong", |
13 | 13 | "errorReported": "This error has been reported to the owner. Please try again later.", |
14 | | - "discordStatus": "to Music!", |
| 14 | + "discordStatus": "Music!", |
15 | 15 | "missingExecuteFunction": "Execute Method not implemented!", |
16 | 16 | "missingRoutesFunction": "Routes Method not implemented!", |
17 | 17 | "noSearchResults": "No Search Results Found", |
18 | 18 | "tokenGenerated": "Token generated successfully", |
19 | 19 | "errorFetchingData": "An error occurred while fetching data", |
20 | 20 | "itemPreview": "Preview an Item", |
21 | | - "upcomingQueue": "Upcoming Queue\n**{warningEmoji} Warning:** This dose not show local files" |
| 21 | + "upcomingQueue": "Upcoming Queue\n**{warningEmoji} Warning:** This dose not show local files", |
| 22 | + "missingEmoji": "Missing Emoji", |
| 23 | + "playbackEmbed": { |
| 24 | + "nothingPlayingDescription": "User has nothing playing on spotify", |
| 25 | + "description": "Currently {playbackState}", |
| 26 | + "playbackStatePlaying": "Playing", |
| 27 | + "playbackStatePaused": "Paused", |
| 28 | + "progressBar": { |
| 29 | + "enabled": true, |
| 30 | + "title": "Progress", |
| 31 | + "value": "{progressBar}" |
| 32 | + }, |
| 33 | + "volumeBar": { |
| 34 | + "enabled": true, |
| 35 | + "title": "Volume", |
| 36 | + "value": "{volumeBar}" |
| 37 | + } |
| 38 | + }, |
| 39 | + "trackEmbed": { |
| 40 | + "title": "Track Information", |
| 41 | + "description": "[{name}]({spotifyUrl}) {emojis}\n\n[{albumName}](<{albumSpotifyUrl}>) | [{artistName}](<{artistSpotifyUrl}>)" |
| 42 | + }, |
| 43 | + "fallBackEmojis": { |
| 44 | + "warning": "⚠️", |
| 45 | + "spotify": "🟢", |
| 46 | + "shuffle": "🔀", |
| 47 | + "repeatOne": "🔂", |
| 48 | + "repeat": "🔁", |
| 49 | + "refresh": "🔄", |
| 50 | + "queue": "🎶", |
| 51 | + "play": "⏯️", |
| 52 | + "pause": "⏸️", |
| 53 | + "local": "🇱", |
| 54 | + "info": "🇮", |
| 55 | + "forwardOne": "▶️", |
| 56 | + "forward": "⏩", |
| 57 | + "explicit": "🇪", |
| 58 | + "backOne": "◀️", |
| 59 | + "back": "⏪" |
| 60 | + } |
22 | 61 | } |
0 commit comments