Skip to content

Releases: aternosorg/modbot

v3.3.3

04 May 15:27
c11e673
Compare
Choose a tag to compare

Fixes

  • Support passing google cloud credentials as base64 encoded JSON when using environment variables

Full Changelog: v3.3.2...v3.3.3

v3.3.2

28 Apr 13:27
8279888
Compare
Choose a tag to compare

Fixes

  • ignore audit log events without an executor
  • fix durations of timeouts

v3.3.1

28 Apr 13:20
d214a83
Compare
Choose a tag to compare
  • fix logging of manual timeouts from the guild audit log create event

v3.3.0

28 Apr 11:53
7e013dd
Compare
Choose a tag to compare

New Features

  • Add audit log events to moderations/guild log
  • Increase default upload limit to 25 MiB

Please note

To get the new audit log events, the bot needs to have the "View Audit Log" Permission on your server. The invite links have been updated, but if ModBot is already on your server then you will need to add the permission manually

Full Changelog: 3.2.5...v3.3.0

v3.2.5

23 Mar 15:27
cbc4d4d
Compare
Choose a tag to compare

We now also provide an official docker image: https://ghcr.io/aternosorg/modbot
For more information on how to set it up, check out the README: https://github.com/aternosorg/modbot#self-hosting

v3.2.4

18 Mar 13:55
ad29000
Compare
Choose a tag to compare

Fixes

  • This release prevents a minor bug where sending the same image twice withing quick succession could cause an error on servers with safe search enabled.

Full Changelog: v3.2.3...v3.2.4

v3.2.3

09 Feb 11:02
4b5db2c
Compare
Choose a tag to compare

Fixes

  • Ignore files without a content type in safesearch
  • Prevent pardon from causing a negative strike count
  • Add JSON examples to CONFIGURATION.md

Full Changelog: v3.2.2...v3.2.3

v3.2.2

01 Feb 11:59
c4f02c5
Compare
Choose a tag to compare

Fixes

  • Fix pagination for bad-word/auto-responses listing
  • Catch permission errors in unmute/unban interval
  • fix edit and delete button for bad-words and auto-responses (#557)
  • Don't attempt to restore the muted role if it doesn't exist

Full Changelog: v3.2.1...v3.2.2

v3.2.1

21 Dec 17:27
7f11a1f
Compare
Choose a tag to compare

Fixes

  • Add missing Admin check in Slash Command Permission Manager V3

v3.2.0

21 Dec 15:15
695e3de
Compare
Choose a tag to compare

New Features and Improvments

  • use new channel select menus for bad-words/auto-responses
  • automatically convert "include" and "match" triggers to a regex when the regex type is selected
  • add message ids to bulk delete and normal message log
  • Support new slash command permission system: Read More

Fixes

  • make response, priority and punishment duration actually optional for bad-words
  • set consistent max length on those properties
  • Fix punishment corruption caused by edits

Full Changelog: v3.1.2...v3.2.0