Skip to content

Releases: ElioDiNino/Quote

3.0.0

24 Mar 16:57
261ef2e
Compare
Choose a tag to compare

What's Changed

  • Quote bot no longer automatically replaces text starting with > text. The feature can still be triggered through the /quote slash command.

Full Changelog: 2.2.3...3.0.0

v2.2.3

30 Sep 23:02
Compare
Choose a tag to compare

Added full support for Discord Forum posts (threads) as well as announcement channel threads

v2.2.1

22 Aug 21:39
Compare
Choose a tag to compare

Updated dependencies. Most importantly, discord.js due to the upcoming Discord API change explained here

v2.2.0

22 Aug 21:29
Compare
Choose a tag to compare

Starting releases for Quote bot 😃

Compared to the original version, the following has changed:

  • Features
    • Support for Discord Canary (#13)
    • Added /help slash command and updated help embed (#15)
    • Added support for quoting messages in threads (#20)
    • Added /quote slash command for easy quoting (e9f0343)
    • Added ability to quote an embed from the bot and have it display correctly (2b8fae9)
  • Fixes
    • Update dependencies & patch security vulnerabilities (#14)
    • Switch to npm from yarn
    • Error-catching to prevent bot crashes
    • Patch mass mention vulnerability (#21)