1234567891011121314151617181920212223 |
- {
- "rythm.djs": {
- "description": "{0} will be replaced with the amount of users with DJ permissions.",
- "message": "DJs: {0}"
- },
- "rythm.inviteBot": {
- "description": "Button for inviting the bot.",
- "message": "Invitar Bot"
- },
- "rythm.openDashboard": {
- "description": "Button for opening the web dashboard.",
- "message": "Abrir Panel de control"
- },
- "rythm.requestedBy": {
- "description": "{0} will be replaced with the name of the user who requested the currently playing song.",
- "message": "Solicitado por: {0}"
- },
- "rythm.users": {
- "description": "{0} will be replaced with the amount of normal users.",
- "message": "Usuarios: {0}"
- }
- }
|