12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "name": "someone",
- "id": "235413185639874561"
- },
- "service": "Necord",
- "description": {
- "en": "A module for creating Discord bots using NestJS, based on Discord.js"
- },
- "url": [
- "necord.org",
- "www.necord.org"
- ],
- "version": "1.0.8",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/N/Necord/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Necord/assets/thumbnail.png",
- "color": "#c12549",
- "category": "other",
- "tags": [
- "open-source",
- "documentation",
- "discord"
- ],
- "settings": [
- {
- "id": "privacy",
- "title": "Privacy Mode",
- "icon": "fas fa-user-secret",
- "value": false
- },
- {
- "id": "search",
- "title": "Show search query",
- "icon": "fas fa-search",
- "value": true,
- "if": {
- "privacy": false
- }
- },
- {
- "id": "docs-page",
- "title": "Show current page",
- "icon": "fas fa-book",
- "value": true,
- "if": {
- "privacy": false
- }
- },
- {
- "id": "docs-page-content",
- "title": "Show current content",
- "icon": "fas fa-book",
- "value": true,
- "if": {
- "privacy": false
- }
- },
- {
- "id": "docs-page-sidebar",
- "title": "Show selecting category",
- "icon": "fas fa-book",
- "value": true,
- "if": {
- "privacy": false
- }
- },
- {
- "id": "idling",
- "title": "Show idling status",
- "icon": "fas fa-id-card",
- "value": true,
- "if": {
- "privacy": false
- }
- }
- ]
- }
|