metadata.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.13",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Bas950",
  6. "id": "241278257335500811"
  7. },
  8. "service": "MEE6",
  9. "description": {
  10. "en": "The Discord Bot - Configure moderation, leveling, Twitch alerts and much more with the most easy-to-use dashboard!",
  11. "nl": "De Discord Bot - Configureer moderatie, nivellering, Twitch-waarschuwingen en nog veel meer met het meest gebruiksvriendelijke dashboard!"
  12. },
  13. "url": [
  14. "mee6.xyz",
  15. "help.mee6.xyz"
  16. ],
  17. "version": "1.3.11",
  18. "logo": "https://cdn.rcd.gg/PreMiD/websites/M/MEE6/assets/logo.png",
  19. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/MEE6/assets/thumbnail.png",
  20. "color": "#60d1f6",
  21. "category": "other",
  22. "tags": [
  23. "bot",
  24. "discord"
  25. ],
  26. "settings": [
  27. {
  28. "id": "lang",
  29. "multiLanguage": true
  30. },
  31. {
  32. "id": "privacy",
  33. "title": "Privacy Mode",
  34. "icon": "fas fa-user-secret",
  35. "value": false
  36. },
  37. {
  38. "id": "buttons",
  39. "title": "Show Buttons",
  40. "icon": "fas fa-compress-arrows-alt",
  41. "value": true,
  42. "if": {
  43. "privacy": false
  44. }
  45. },
  46. {
  47. "id": "covers",
  48. "title": "Show Cover",
  49. "icon": "fad fa-images",
  50. "value": true,
  51. "if": {
  52. "privacy": false
  53. }
  54. }
  55. ]
  56. }