Releases: aternosorg/modbot
Releases · aternosorg/modbot
v0.3.0
Changes
- refactor ID command
- now fetches member and ban list to find users that aren't cached
- show multiple results
- refactor import command
- reduce the number of database requests and discord message updates to increase import speed
- reducing large imports from several minutes to under a second
- add stack traces to google logs
v0.2.1
Changes
- Add author id to message deletions
Fixed
- typo in the example config
- add HTTP 404 as an expected error when fetching users
- fix error, warning, and rate-limit logging (#255)
- fix error logging of legacy commands (#255)
- ignore missing access and missing permissions when logging
- fix monitoring of unban errors
- ignore unknown ban errors when unbanning
v0.2.0
Changes
- Better Argument splitting
You can use quotes (" or ') around a string to parse it as a single argument. Previously this caused some weird behavior when using words like "don't" where it would remove the apostrophe. The new split function now requires a space before beginning a quote and only ends it when the quote is followed by another space or the end of the message. - Google cloud logging support
- Refactor unlock command
v0.1.2
Changes
- add privacy policy to !info and readme
- show features in title case
- add alias log to logchannel
- refactor !clearmoderations, !deletemoderation, !helpcenter, !linkcooldown, !lock
- replace axios with got
- require node v14
Fixes
- show ban duration in response embed
- fix raid mode permissions
- fix grammar (thanks to @Amgelo563)
v0.1.1
Changes
- Delete all guild data when the bot is removed from that guild
Updating
- Make a backup of your database
- Stop the bot
- pull the latest code
- run
node updates/0.1.1.js
- start the bot again
v0.1.0
Merge pull request #217 from aternosorg/caps refactor caps command