Skip to content

Releases: aternosorg/modbot

v0.3.0

26 Apr 15:54
d5152fd
Compare
Choose a tag to compare

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

26 Apr 14:50
13cc027
Compare
Choose a tag to compare

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

13 Apr 19:03
9acd26a
Compare
Choose a tag to compare

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

11 Apr 18:43
c33b6cc
Compare
Choose a tag to compare

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

16 Mar 14:24
3bc2b8d
Compare
Choose a tag to compare

Changes

  • Delete all guild data when the bot is removed from that guild

Updating

  1. Make a backup of your database
  2. Stop the bot
  3. pull the latest code
  4. run node updates/0.1.1.js
  5. start the bot again

v0.1.0

15 Mar 20:24
de17b86
Compare
Choose a tag to compare
Merge pull request #217 from aternosorg/caps

refactor caps command