Drako Development
  • šŸ¤–Our Bots
    • Drako Bot
      • Getting Started
      • Addon System
      • Twitch Announcements
      • Ticket System
        • Getting Started
        • Dashboard
          • Dashboard Addons
          • Nginx Configuration
        • Priority System
        • Working Hours
      • Reaction Roles
      • Music
      • Custom Commands
  • šŸ‘¾Misc
    • MongoDB Setup
    • Premium Addons
      • Product Panel
      • Sticky Messages
      • Application System
  • šŸ“°Terms and Conditions
    • Terms and Conditions
    • Privacy Policy
Powered by GitBook
On this page
  1. Misc
  2. Premium Addons

Sticky Messages

Ensure your members never miss an important message again with the Drako Bot Sticky Messages Addon!

šŸ’° Pricing:

  • Obfuscated Version: $5.99

  • Full Source: $17.99

šŸ“¦ What It Does:

  • Allows you to create sticky messages that stay at the top of your channel.

šŸ“œ Commands:

  • /Sticky List: View all sticky messages.

  • /Sticky Delete: Remove a sticky message.

  • /Sticky Message: Create sticky messages on the go.

  • /Sticky Config: Configure and post predefined embeds and messages.

🌟 Features:

  • Link Button: Add buttons to embeds that link to external sources.

  • Reply Button: Replies with a predefined embed or message

  • Easy Management: Create, configure, and manage sticky messages via commands and configuration.

šŸ› ļø Configuration Example:

AllowRoles: ["ROLE_ID", "ROLE_ID"] # who can use the command

Embed:
  List:
    Title: "Existing Sticky Messages"
    Color: "#000000"
    Image: "https://i.imgur.com/DF3p5Sv.png"
    Thumbnail: "https://i.imgur.com/w5XxKpc.png"
    Author:
      Text: ""
      Icon: "https://i.imgur.com/w5XxKpc.png"
    Footer:
      Text: "Drako Bot - Addon - Sticky Messages"
      Icon: "https://i.imgur.com/w5XxKpc.png"

StickyMessages:
  LeaveAReview:
    Enabled: true
    TriggerCount: 5
    Type: "EMBED" # EMBED OR TEXT
    Message: "This is a sticky message!" # If Type is TEXT
    Embed:  # If Type is EMBED
      Title: ""
      Description:
        - ""
      Fields:
        - Name: ""
          Value: ""
          Inline: true
      Image: "https://i.imgur.com/3eGfpfv.png"
      Thumbnail: ""
      Author:
        Text: "BuiltByBit"
        Icon: "https://i.imgur.com/arfQNGC.png"
        Url: "https://builtbybit.com/resources/drako-bot-multi-purpose-discord-bot.22266/"
      Footer:
        Text: "Drako Bot - Addon - Sticky Messages"
        Icon: "https://i.imgur.com/w5XxKpc.png"
      Color: "#000000"
    Buttons: # YOU HAVE TO FOLLOW THIS FORMAT, DONT EDIT THE STRUCTURE
      1: 
        Type: "LINK" # LINK, REPLY
        Style: "Link" # Primary, Secondary, Success, Danger
        Text: "Leave us a review"
        Emoji: "" # If blank then none
        Link: "https://builtbybit.com/resources/drako-bot-multi-purpose-discord-bot.22266/?ref=discover" # If using LINK button type
        Reply:
          Type: "EMBED" # TEXT OR EMBED
          Message: ""
          Embed:  # If Type is EMBED
            Title: ""
            Description:
              - ""
            Fields:
              - Name: ""
                Value: ""
                Inline: false
              - Name: ""
                Value: ""
                Inline: false
            Image: ""
            Thumbnail: ""
            Author:
              Text: ""
              Icon: ""
              Url: "https://i.imgur.com/w5XxKpc.png"
            Footer:
              Text: ""
              Icon: ""
            Color: "#000000"
      2: 
        Type: "REPLY" # LINK, REPLY
        Style: "Secondary" # Primary, Secondary, Success, Danger
        Text: "Click me!"
        Emoji: "" # If blank then none
        Link: "" # If using LINK button type
        Reply:
          Type: "EMBED" # TEXT OR EMBED
          Message: "By leaving a review, our products can reach more people."
          Embed:  # If Type is EMBED
            Title: "We Value Your Feedback"
            Description:
              - "Thank you for choosing our products. Your feedback is incredibly important to us and helps our products reach more customers like you."
              - "Please consider leaving a review!"
            Fields:
              - Name: "Quick Review Tips"
                Value: "• Be honest and precise.\n• Include how you use the product.\n• Mention what you liked or disliked."
                Inline: false
            Image: "https://i.imgur.com/3eGfpfv.png"
            Thumbnail: "https://i.imgur.com/w5XxKpc.png"
            Author:
              Text: "Customer Service Team"
              Icon: "https://i.imgur.com/w5XxKpc.png"
              Url: "https://i.imgur.com/w5XxKpc.png"
            Footer:
              Text: "Thank you for your support!"
              Icon: "https://i.imgur.com/w5XxKpc.png"
            Color: "#000000"
PreviousProduct PanelNextApplication System

Last updated 11 months ago

šŸ‘¾