Skip to content

1.1.0

Choose a tag to compare

@noragerdin noragerdin released this 04 Nov 21:10
· 1325 commits to master since this release

Overview

1.1.0 is a big one. I originally intended for this to be release 1.0.4, but with the huge amount of new features it felt like a good opportunity to bump us up.

There's a lot included in this one. Custom commands are now a thing, with full guild log integration. RTByte will log any creations, deletions, and edits of custom commands, and if you have the commandRun log enabled in your server, you'll get a log for all the custom commands ran in your guild.

Furthermore, there's a pretty good amount of bugfixes in this one. Some things were legitimately not working, and some things had simply been overlooked.

Lastly, this build adds support for some nice new ways to run commands. We've implemented the username, membername, and channelname arguments, which are publically available in the Klasa Pieces repository. This changes the usage requirements for a ton of commands, removing the need for an @mention or #mention. You'll be able to take moderator action against a user by simply typing part of, or their whole username.

For those of you who are interested in the technical side, keep reading below.

Changes

  • Adds new wiki command, letting users fetch information from Wikipedia via command (1e04131).
  • Adds support for custom commands, with all the bells and whistles (3a96470, 6927951, 2f79632, fcc55fe, 5c8423f).
  • Updated Nitro levels to reflect Discord's new changes (4036418).
  • Fixes a bug where the incorrect boilerplate was sent to users when a moderation action is taken (8af3f12).
  • Fixes a bug where the stats developer command showed 0 connections (0f1f52d).
  • Fixes a bug where the unban mod action wasn't posting a log to the server log (8e4ad9f, 10629d3, e3e4c5c).
  • Fixes a bug where unmute logs weren't being posted if they were from a timed mute (27ccb17).
  • Adds username argument, removing the requirement for an @mention for commands related to user moderation (e84ea98).
  • Adds membername argument, removing the requirement for an @mention for commands related to user information (ec23e39).
  • Adds channelname argument, removing the requirement for a #mention for commands related to channels (370b513).
  • Lang updates & linting (1e04131, 7a4d7e6, fcc55fe, 5c8423f, 4036418, 8af3f12, 1c4417c, e84ea98, ec23e39, 370b513).