rythm.json 763 B

1234567891011121314151617181920212223
  1. {
  2. "rythm.djs": {
  3. "description": "{0} will be replaced with the amount of users with DJ permissions.",
  4. "message": "จำนวนดีเจ: {0}"
  5. },
  6. "rythm.inviteBot": {
  7. "description": "Button for inviting the bot.",
  8. "message": "เชิญบอท"
  9. },
  10. "rythm.openDashboard": {
  11. "description": "Button for opening the web dashboard.",
  12. "message": "เปิดแดชบอร์ด"
  13. },
  14. "rythm.requestedBy": {
  15. "description": "{0} will be replaced with the name of the user who requested the currently playing song.",
  16. "message": "ขอโดย: {0}"
  17. },
  18. "rythm.users": {
  19. "description": "{0} will be replaced with the amount of normal users.",
  20. "message": "จำนวนผู้ใช้: {0}"
  21. }
  22. }