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!Changelog:
- Added support for BrayanBot 1.4.0
- Fixed issues with threads
- Rewritted BananaAPI handling system
- Now, hosted on https://api.simonb50.xyz/
- Added BananaUtils file to fix all problems with API updates
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
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