Change Log

List of recent changes

Change Log 2021/12/31

  1. All command messages showing for all members of a guild will be server language if available (if not english will be used)

  2. All user facing messages will be user language if available (if not english will be used)

  3. The update message on DropdownRoles has been changed to show the actually changed roles instead of the roles that have been selected

  4. The channel argument has been moved from the required arguments to optional arguments to allow easier setups

  5. Added a new functionbutton which shows the servers rules

  6. Moved /remove sub commands to their "actual parents". They are now /embed remove and /components remove

  7. Fixed some weird looking error messages

  8. Added more early validation so the setup doesn't fail at the very end

  9. Made a ton of errors more understandable

  10. Added guild banner support (in /assets) for in case discord will ever make this accessible to bots

  11. Some other minor additions such like showing the current mute status in /whois and more

Change Log 2021/10/24

  1. Fixed some issues in /buttonrole create where errors appeared where they shouldn't have

  2. Introduction of new ButtonRole type SWITCH:

    1. Removes a role and gives another one

    2. Otherwise the same as other ButtonRole types

Change Log 2021/10/23

  1. Addition of Premium badges to /whois command

  2. Addition of autocomplete for further commands:

    1. /dropdownroles edit

    2. /remove embed

  3. Merging of commands into sub commands for organization and improvement of user friendlyness:

    1. /removeembed & /removecomponent into /remove with the subcommands embed and component

    2. /transfercomponents & /transferembeds into /transfer with the subcommands components and embeds

    3. /addembed & /embed & /edit into /embed with the subcommands add, create and edit

    4. /editdropdownroles & /dropdownroles & /dropdownsetup & /adddropdownroles into /dropdownroles with the subcommands edit, create, add and advanced

    5. /addbuttonrole & /buttonrole & /buttonrolesetup into /buttonrole with the subcommands add, create and advanced

    6. /movecomponents & /checkcomponents & /setusage into /components with the subcommands move, check and setstate

  4. Update of commands list in documentation

  5. Addition of ability to search for sub commands in /commands (see below)

Last updated