Skip to content

Releases: aternosorg/modbot

v3.9.0

Choose a tag to compare

@JulianVennen JulianVennen released this 23 Apr 12:50
a87b00b

Improvements

  • Most commands using modals have been refactored. Many options have been moved into the modal itself.
  • /article now uses the new discord message layout instead of an embed
  • The bot now once again shows "Watching you" on all discord clients by using a custom status
  • The bot now correctly handles the new direct message error returned by discord
  • Config parsing has been overhauled. You can now specify additional database options through the MODBOT_DATABASE environment variable.
  • Updated dependencies

Full Changelog: v3.8.2...v3.9.0

v3.8.2

Choose a tag to compare

@JulianVennen JulianVennen released this 16 Oct 11:17
3a99947

Improvements

/helpcenter

  • Fix helpcenter command for domains containing dashes

/article

  • Fix weird markdown when hr elements are used
  • Remove duplicate new lines
  • Add newlines before every heading
  • Ignore some more custom HTML tags.

/lock and /unlock

  • Move the select menu for channels to the modal
  • Only post (un)lock messages in channels users can send messages to directly.

other

  • Improve some jsdoc
  • Update dependencies
  • Stop using the deprecated fetchReply option

v3.8.1

Choose a tag to compare

@JulianVennen JulianVennen released this 26 Sep 10:25
8c5bbee

Fixes

  • Improve article rendering
    • Remove script tags
    • Remove non-http links
    • Convert headings in lists to bold text
  • Fix attachment size limit for exporting data

Improvements

  • Automatically create database indices
  • Update dependencies

v3.8.0

Choose a tag to compare

@JulianVennen JulianVennen released this 28 May 18:36
9176add

Major Changes

  • Require Node 22
  • Use components v2 for some commands
    • /settings overview
    • /info
    • /avatar

Minor Changes

  • Reduce logging of expected errors

Fixes

  • Permission overrides from the Discord integration settings now work correctly again

Full Changelog: v3.7.2...v3.8.0

v3.7.2

Choose a tag to compare

@JulianVennen JulianVennen released this 17 Mar 11:23
cb1d854

Fixes

  • Fix deprecation warning when using google cloud credentials and environment variables
  • Cast shard ID to string in cloud logging
  • Detect URI encoded invites

Full Changelog: v3.7.1...v3.7.2

v3.7.1

Choose a tag to compare

@JulianVennen JulianVennen released this 27 Jan 16:18
9b645f4

Fixes

  • Log expected permission errors in intervals as warnings
  • Fix info command
  • Stream attachments from discord to log them

v3.7.0

Choose a tag to compare

@JulianVennen JulianVennen released this 13 Jan 13:32
4de1b7d

Major Changes

  • Require Node 20
  • Support discord Sharding

Minor Changes

  • Add missing space in bulk delete log message (fix #609)
  • Update dependencies

Full Changelog: v3.6.2...v3.7.0

v3.6.2

Choose a tag to compare

@JulianVennen JulianVennen released this 02 Sep 14:55
03d2f96

Fixes

  • Protected roles that have been deleted from the guild are now removed from ModBot's settings when using /settings protected-roles list

v3.6.1

Choose a tag to compare

@JulianVennen JulianVennen released this 08 Jul 18:09
bf4453e

v3.6.0

Choose a tag to compare

@JulianVennen JulianVennen released this 08 Jul 16:40
64ec7b7

New features

This feature is only available on self hosted instances where the Google Cloud Vision API is configured and the guild is on the feature whitelist

Fixes