Product Panel

Empower your users to download files directly within your Discord server with the Drako Bot Product Panel Addon!

💰 Pricing:

  • Obfuscated Version: $5.00

  • Full Source: $16.99

📦 What It Does:

  • Allows users to download files without leaving Discord.

📜 Commands:

  • /Panel: Post the defined panel to the channel

📁 File Size Limits:

  • Server Boost Level 0: 8MB

  • Server Boost Level 1: 50MB

  • Server Boost Level 2: 100MB

  • Server Boost Level 3: 100MB

🌟 Product Panel Example:

ProductPanelRole: ["ROLE_ID"] # Who can post the product panel

panels:
  DrakoBot:
    title: "Drako Bot - Download Panel"
    description:
      - "**Please choose a product to download:**"
      - ""
      - "📦 **Standard Release** - **$9.99**"
      - "[Purchase here](https://builtbybit.com/resources/drako-bot-multi-purpose-discord-bot.22266/?ref=discover)"
      - ""
      - "🧊 **Full Source** - **$52.99**"
      - "[Purchase here](https://builtbybit.com/resources/drako-bot-multi-purpose-discord-bot.22266/?ref=discover)"
      - ""
      - "Need assistance or more info? Contact our support team."
    Footer: "Powered by Drako Development"
    ThumbnailURL: "https://i.imgur.com/aSUtzbN.png"
    embedColor: "#315FFF"
    useButtons: true
    products:
      - name: "Standard"
        emoji: "📘"
        description: "Standard Download"
        roleId: "1236762269929705604"
        zipFilePath: "../../../products/example/standard"
        buttonLabel: "Standard Download"
        buttonColor: "SECONDARY"
      - name: "Full Source"
        emoji: "📗"
        description: "Full Source Download"
        roleId: "ROLE_ID"
        zipFilePath: "../../../products/example/standard"
        buttonLabel: "Full Source Download"
        buttonColor: "SECONDARY"
    cooldownDuration: 60 # How long in seconds should the download be on cooldown?

It supports multiple panels, simply paste DrakoBot and rename it

📥 Log Notifications:

Log:
  ChannelID: "" # Leave blank to disable
  Embed:
    Title: "📥 New Download Notification"
    Description:
      - "📌 **User:** {user}"
      - "📦 **Product:** {productname}"
      - "⏰ **Downloaded at:** {time}"
      - "🔢 **Total Downloads:** {downloadamount}"
    Footer:
      Text: "Drako Development | Product Panel"
      Icon: "https://i.imgur.com/w5XxKpc.png"
    Author:
      Text: "Download Tracker"
      Icon: "https://i.imgur.com/aSUtzbN.png"
    Color: "#315FFF"
    Image: "https://www.newmaxstickers.com/wp-content/uploads/2017/10/download-banner-1100X350.jpg"
    Thumbnail: ""

💬 Lang

  • Panel Posted: Panel Posted.

  • Download Ready: Here is your download.

  • Download Error: Error preparing the download, please try again later.

  • File Size Exceeds: Sorry, the file size exceeds the current limit for this server's boost level. The maximum allowed is %s MB.

%s displays a discord timestamp for the remaining time

Last updated