Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
Snipe | BrayanBot Addon

BrayanBot Encrypted Snipe | BrayanBot Addon 1.2.1

No permission to download

Changelog:​

  • Added support for BrayanBot 1.4.0
  • Fixed issues with threads
  • Rewritted BananaAPI handling system

Config changes:​

No config changes required

Changelog:​

  • Fixed and changed Ignore Bots option
  • Added option to snipe more than 1 message
  • Reworked addon startup system
  • Added support for SimonB50's API™️

Config changes:​

  • YAML:
    # Roles/Users whose messages wont be saved in snipe database
    Ignored:
      # Should snipe system ignore bot messages
      Bots: true
    # Max snipe history limit
    SnipeLimit: 10
  • YAML:
    # Snipe command
    Snipe:
      # Command usage
      # THIS WONT CHANGE ANYTHING. Only for translation purposes!
      Usage: snipe (amount) (channel)
      SlashCommand:
        # SlashCommand data
        Data:
          # SlashCommand options
          Options:
            - Type: integer
              Name: amount
              Description: Amount messages to skip when sniping
              Required: false
            - Type: channel
              Name: channel
              Description: Channel, which you want to check
              Required: false
  • YAML:
    # Messages used by addon.
    # Its RECOMENDED to use placeholders here.
    Messages:
      # Errors Messages used by addon.
      Errors:
        # Error Message, which will be send if given snipe count is too big.
        # Use {limit} placeholder to replace it with max snipe limit.
        SnipeLimit:
          Embeds:
            - Title: Snipe count too big!
              Color: "#FF0000"
              Author: "{brand-name}"
              AuthorIcon: "{brand-logo}"
              Description: You can't snipe more than {limit} messages.
              Thumbnail: "{brand-logo}"
              Timestamp: true

Changelog:​

  • Added support for BrayanBot 1.3.0

Config changes:​

  • No config changes required
INFO! You can get addon support on new dedicated Discord Support Server. Join it now and be up to date with new addons/updates!

Changelog:​

  • Fixed error when message was send by webhook
  • Added option to ignore specified Users/Roles when saving message
  • Added option to ignore message sent by bots

Config changes:

  • YAML:
    # Roles/Users whose messages wont be saved in snipe database
    Ignored:
      # Ignored Users
      Users:
        - SimonB50#1234
      # Ignored Roles
      Roles:
        - 🧰 | Admin
    # Should snipe system ignore bot messages
    IgnoreBots: true
Back
Top