📃discord.yml

plugins/PandoraReports

discord:
  token: "<YOUR_TOKEN>" #Without <>
  channel: "<YOUR_CHANNEL_ID>" #Without <>
  status:
    type: LISTENING
    message: "Your edges"
  embeds:
    report:
      title: "PandoraReports | v3.0"
      color: "#FFAA00"
      fields:
        1:
          name: "New Report %id%"
          inline: true
          value: |-
            > **Target:** %target%
            > **Reporter:** %reporter%
            > **Server:** %server%
            > **Reason:** %reason%
      thumbnail: "https://www.mc-heads.net/head/%uuid%"
      footer: "PandoraReports V3 by @YoGurT Projects"
      footer-icon: "https://i.imgur.com/VgnRtjx.png"
      timestamp: true
    closed:
      title: "PandoraReports | v3.0"
      color: "#FFAA00"
      fields:
        1:
          name: "Report Closed %id%"
          inline: true
          value: |-
            > **ID:** %id%
            > **Staff:** %closed_by%
            > **Message:** %closed_msg%
      thumbnail: "https://e7.pngegg.com/pngimages/779/61/png-clipart-logo-idea-cute-eagle-leaf-logo-thumbnail.png"
      footer: "PandoraReports V3 by @YoGurT Projects"
      footer-icon: "https://i.imgur.com/VgnRtjx.png"
      timestamp: true

Last updated