Skip to content

Releases: OoLunar/Tomoe

v6.12.1

03 Nov 19:00
53063ac
Compare
Choose a tag to compare

Fixes a startup error.

v6.12.0

03 Nov 18:50
d9566a5
Compare
Choose a tag to compare
  • logging list: Added logging show as a text alias.
  • retry is now a context menu command.
  • snowflake has been slightly optimized.
  • Added a minor delay when fetching audit logs for logging.
  • Added a new forward command, which is similar to copy but instead uses the new Discord message forwarding feature.
  • Added autocomplete for info guild and guild_icon.
  • Added autocomplete for the source_code command.
  • Added display names to the context menu commands.
  • New time_until command.
  • Renamed move to copy
  • Updated deps.
  • Updated the source_code command, which now links to the source code for a specific command.

v6.11.0

17 Oct 00:08
89f17c3
Compare
Choose a tag to compare
  • Says who requested the moderation action within audit logs
  • Attempts to preserve the member's display name as much as possible when dehoisting
  • New unmute command.

v6.10.0

16 Oct 23:30
a700560
Compare
Choose a tag to compare
  • Adds Logging
  • New enlarge command: Makes the provided emoji much bigger in chat.
  • Rearranged event handlers so that they'll execute sequentially, which is required for logging purposes.

v6.9.2

14 Oct 16:39
148268a
Compare
Choose a tag to compare
  • Drops the ReminderType property on reminders, prepares for scheduled reminders.

v6.9.1

14 Oct 02:57
87a6e23
Compare
Choose a tag to compare
  • Aliases guild_config to guild_settings.

v6.9.0

14 Oct 01:36
1d4cdba
Compare
Choose a tag to compare
  • New rest command: Owner only, allows me to make API requests more easily.
  • New dehoist command: Manually dehoist everyone.
  • New guild_settings command:
    • dehoist: For automatic dehoisting of the members who try to advertise by putting themselves at the top of the member list.
    • restore_roles: Convenience, for allowing members to have most/all of their previous roles from before they left the server.
    • show: Shows the current config.
    • setup: Set's up the server config.
    • text_prefix: Allows the bot to use guild-specific prefixes.
  • Fixes info server from showing a weirdly formatted prefix list.

v6.8.1

12 Oct 21:13
b9ad8e5
Compare
Choose a tag to compare

v6.8.0

12 Oct 19:04
969a061
Compare
Choose a tag to compare
  • Owner commands are now separated from moderation commands.
  • New sudo command: Owner only, allows me to run a command as another user.
  • New retry command: Mainly for debugging, allows you to run any message again. Helpful for when you don't want to copy/paste or you made edits to your previous message.
  • New benchmark command: Owner only, helpful for running code benchmarks.
  • New snowflake group command: Helpful for reading/creating data about any snowflake-based object, which can be used to verify non-faked snowflakes for moderation purposes.

v6.7.3

07 Oct 02:39
f7de8da
Compare
Choose a tag to compare
  • New tag edit alias for tag update
  • Fixes tag update from breaking due to forgetting to pass the uses parameter to the tag history table.