Платное Discord Admin Panel 1.6.6

Код:
 {
  "LogFileName": "DiscordAdminPanel",
  "Bot token": "BOTTOKEN",
  "Embed's color": "#ff0000",
  "Show Clan Tag (Make sure clans is loaded)": false,
  "Show Oxide Groups": false,
  "Show Server Armour Profile (search)": false,
  "Show Team Info (search)": false,
  "Timed Permissions": {
    "Use Timed Permissions (true/false)": false,
    "Oxide Groups to give": [
      "VIP",
      "Admin"
    ],
    "Time to give (Use 'd' for days, 'h' for hours, 'm' for minutes, 'wipe' for using wipe period)": [
      "24h",
      "7d",
      "30d",
      "Wipe"
    ],
    "Discord Role ID (Can be left empty to use the first role id)": ""
  },
  "Economics": {
    "Use Economics (true/false)": false,
    "Economy Amount (Use '.' for decimal)": [
      "1500.5",
      "3000.3"
    ],
    "Discord Role ID (Can be left empty to use the first role id)": ""
  },
  "Ban": {
    "Time to give (Use 'd' for days, 'h' for hours, 'm' for minutes, 'wipe' for using wipe period)": [
      "24h",
      "7d",
      "30d",
      "Wipe"
    ],
    "Ban Reasons (One Word)": [
      "Cheat",
      "Script",
      "OverToxicity",
      "Abuse"
    ],
    "Ignore Ember": true,
    "Ember Global (Only usable if ember is loaded)": false,
    "Discord Role ID (Can be left empty to use the first role id)": ""
  },
  "Mute": {
    "Time to give (Use 'd' for days,'h' for hours, 'm' for minutes, 'wipe' for using wipe period)": [
      "1h",
      "24h",
      "30d",
      "Wipe"
    ],
    "Mute Reasons (One Word)": [
      "Toxicity",
      "Racism"
    ],
    "Discord Role ID (Can be left empty to use the first role id)": ""
  },
  "Kick": {
    "Kick Reasons (One Word)": [
      "Toxicity",
      "Warning"
    ],
    "Discord Role ID (Can be left empty to use the first role id)": ""
  },
  "Custom": {
    "Use Custom (true/false)": false,
    "Use Confirmation (true/false)": false,
    "Custom Commands (Use '{player}' for player id, 'command name' 'command to send on console')": {
      "dogdoo": "dog {player}",
      "pacifism": "pf {player}"
    },
    "Discord Role ID (Can be left empty to use the first role id)": ""
  },
  "Link Commands": [
    "link"
  ],
  "Auth Commands": [
    "auth",
    "authenticate"
  ],
  "Death Commands": [
    "death",
    "deauthenticate"
  ],
  Search Commands: [
    search,
    "look"
  ],
  logs: {
    "Log to console (true/false)": true,
    "Log to discord (true/false)": false,
    "Log Data Type (Embed/Simple)": "Embed",
    "Discord Extension Log Level (Verbose/Debug/Info/Warning/Error/Exception/Off)": "Info",
    "Delete message after command": true,
    "Delete message after interaction": true,
    "Log Discord Channel ID": ""
  },
  "Discord Guild ID (optional if the bot is in one guild)": "",
  "Discord Role ID": "",
  "Discord Channel ID where the command can be used": ""
}