Skip to content

v2.0.0

Compare
Choose a tag to compare
@JulianVennen JulianVennen released this 22 Nov 13:10
· 695 commits to master since this release
f6d0fc7

Breaking Changes

  • Default to ephemeral replies for slash commands
    If you want a slash command to respond publicly, set static ephemeral to false

Minor Changes

  • The first name of a command is now considered the "primary" command name. Any following names are considered as aliases.
  • Don't show aliases in help command
  • Add support and github as aliases to the info command
  • Improve ID command speed by sending the query to discord
  • Added slash commands for clearmoderations, deletemoderations, modinfo, raid mode, avatar, export, help, info, reason, lock, unlock, purge, roleinfo, serverinfo
  • Show article previews in embeds

Fixes

  • Limit reasons sent to the discord API to below api limits
  • Clear video cache if playlist is changed
  • Fix usage of badwords and autoresponses
  • Don't DM users if they are not in the correct guild
  • Make specific commands work correctly in DM's, ignore other commands
    Note for developers: To make your own commands work in DM's, you need to set the static property guildOnly to false. Be aware that the channel object will be partial if the command is executed from DM's.