Change Log
List of recent changes
Change Log 2021/12/31
All command messages showing for all members of a guild will be server language if available (if not english will be used)
All user facing messages will be user language if available (if not english will be used)
The update message on DropdownRoles has been changed to show the actually changed roles instead of the roles that have been selected
The channel argument has been moved from the required arguments to optional arguments to allow easier setups
Added a new functionbutton which shows the servers rules
Moved /remove sub commands to their "actual parents". They are now /embed remove and /components remove
Fixed some weird looking error messages
Added more early validation so the setup doesn't fail at the very end
Made a ton of errors more understandable
Added guild banner support (in /assets) for in case discord will ever make this accessible to bots
Some other minor additions such like showing the current mute status in /whois and more
Change Log 2021/10/24
Fixed some issues in /buttonrole create where errors appeared where they shouldn't have
Introduction of new ButtonRole type SWITCH:
Removes a role and gives another one
Otherwise the same as other ButtonRole types
Change Log 2021/10/23
Addition of Premium badges to /whois command
Addition of autocomplete for further commands:
/dropdownroles edit
/remove embed
Merging of commands into sub commands for organization and improvement of user friendlyness:
/removeembed
&/removecomponent
into/remove
with the subcommandsembed
andcomponent
/transfercomponents
&/transferembeds
into/transfer
with the subcommandscomponents
andembeds
/addembed
&/embed
&/edit
into/embed
with the subcommandsadd
,create
andedit
/editdropdownroles
&/dropdownroles
&/dropdownsetup
&/adddropdownroles
into/dropdownroles
with the subcommandsedit
,create
,add
andadvanced
/addbuttonrole
&/buttonrole
&/buttonrolesetup
into/buttonrole
with the subcommandsadd
,create
andadvanced
/movecomponents
&/checkcomponents
&/setusage
into/components
with the subcommandsmove
,check
andsetstate
Update of commands list in documentation
Addition of ability to search for sub commands in /commands (see below)
Last updated