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
- Changed channel variables handling to build-in one
- Fixed issues with threads
- Purges in threads won't print errors anymore
- Blocked nuke command for threads, since you can't recreate thread
- Rewritted BananaAPI handling system
- Now, hosted on https://api.simonb50.xyz/
- Added BananaUtils file to fix all problems with API updates
Config changes:
- Added channel variables. Instead of just using
{channel}you need to use channel variables. ex.{channel-mention}for channel mention or{channel-name}for channel name. [*][*]YAML:Messages: Errors: # Error Message, which will be send if nukedChannel is thread. ThreadNuke: Content: ⚠️ An error occured ⚠️ Embeds: - Title: Can't nuke thread! Color: "#FF0000" Author: "{brand-name}" AuthorIcon: "{brand-logo}" Description: You can't nuke thread channel! Thumbnail: "{brand-logo}" Timestamp: true
Changelog:
- Added option to ignore bots in auto-delete channel
- Added check if message is too old when trying to purge
- Reworked addon startup system
- Added support for SimonB50's API
Config changes:
YAML:# Auto message deletion system AutoDelete: # Should auto-purge be enabled? Enabled: false # Auto-Purge channels Channels: - # Channel name Name: auto-purge # Should ignore bot messages? IgnoreBots: true YAML:# Messages used by addon. # Its recomended to use these placeholders: # - Purge - {deleted} - Deleted messages count # - Purge - {channel} - Channel, from which messages were deleted # - Nuke - {channel} - Nuke(d) channel Messages: # Errors Messages used by addon. Errors: # Error Message, which will be send if any message is older than 2 weeks. MessageTooOld: Content: ⚠️ An error occured ⚠️ Embeds: - Title: Message too old! Color: "#FF0000" Author: "{brand-name}" AuthorIcon: "{brand-logo}" Description: Messages can't be older than 2 weeks. Thumbnail: "{brand-logo}" Timestamp: true
Changelog:
- Added action logging
- Added
channelPurgeandchannelNukeevents- Added Auto-Delete Channels
Config changes:
YAML:# Settings for Purge command Purge: # Command logging settings Logs: # Should logs be enabled? Enabled: true # Where should logs be sent? Channel: 🖥┇logs # Settings for Nuke command Nuke: # Command logging settings Logs: # Should logs be enabled? Enabled: true # Where should logs be sent? Channel: 🖥┇logs # Auto message deletion system AutoDelete: # Should auto-purge be enabled? Enabled: true # Auto-Purge channels Channels: - # Channel name Name: auto-purge # After how many seconds should message be deleted? Delay: 5 YAML:Messages: # Log messages Logs: # Log message, which will be send when purge command is used. Purge: Embeds: - Title: Log System | Purge Color: "#FFFF00" Author: "{user-tag}" AuthorIcon: "{user-pfp}" Description: "`{deleted}` messages were deleted from {channel} by {user-mention}." Footer: "{brand-name}" FooterIcon: "{brand-logo}" Timestamp: true # Log message, which will be send when nuke command is used. Nuke: Embeds: - Title: Log System | Nuke Color: "#FFFF00" Author: "{user-tag}" AuthorIcon: "{user-pfp}" Description: "`{channel}` has been nuked by {user-mention}." Footer: "{brand-name}" FooterIcon: "{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:
- Now, text version of
purgecommand will delete command message PLUS specified messages amount- Added option to delete commands response after X seconds.
Config changes:
YAML:# Settings for Purge command Purge: # Should command require `MANAGE_MESSAGES` permission? CheckPermission: true # Response delection settings DeleteResponse: # Should response be deleted? Enabled: false # After how many seconds should response be deleted? Delay: 5 # Settings for Nuke command Nuke: # Should command require `MANAGE_CHANNELS` permission? CheckPermission: true # Response delection settings DeleteResponse: # Should response be deleted? Enabled: true # After how many seconds should response be deleted? Delay: 5