Skip to content

Releases: Androz2091/discord-backup

2.4.0

17 Jan 17:17
Compare
Choose a tag to compare

Added

⚡ Global improvements to backup.load(), it now only resolves when all the channels, roles, etc. are loaded on the server (it can take time).

2.3.0

03 Jan 10:05
Compare
Choose a tag to compare

⚠️ BackupInfos.size is now returned in KB instead of MB! (1d8fcb9)

Added

Fixed

  • Add linebreaks in README. (ab031d2)
  • Discord.js and all the other dependencies have been upgraded.

2.2.5

27 Aug 07:20
Compare
Choose a tag to compare

Fixed

  • Topics are now loaded when restoring a backup. (541b6e7)

2.2.4

25 Aug 10:27
Compare
Choose a tag to compare

Added

  • New backupID option to backup.create() method. (0df9649)

Fixed

  • Webhooks are not created if there is no message to restore. (3fff863)

2.2.3

14 Aug 21:56
Compare
Choose a tag to compare

Fixed

  • Forgot another setEmbed() to setWidget() migration. (32cc5e8) 😅

2.2.2

14 Aug 21:37
Compare
Choose a tag to compare

Fixed

  • Use Guild.widgetEnabled and Guild.widgetChannel instead of Guild.embedEnabled and Guild.embedChannel. (9363e74)

2.2.1

14 Aug 21:23
Compare
Choose a tag to compare

Fixed

  • Get rid of GuildFeaturesPatched type as DiscordJS has been bumped to v12.3.0. (0c717ce)

2.2.0

12 Aug 10:03
Compare
Choose a tag to compare

Added

  • GIF server icons are now saved and restored. (701a15e)
  • News channels are now saved and restored. (c03a5c1)

Fixed

  • Check if COMMUNITY feature is enabled on the server so Verification Level and Explicit Content Filter settings are not cleared. (76fb93f)

Improved

  • Remove axios in favor of node-fetch (which is installed by default, as discord.js needs it to work). (#84)

2.1.19

17 Jul 18:04
Compare
Choose a tag to compare

Fixed

  • Whoops... Forgot to build before publish on npm. (846da2c)

2.1.18

17 Jul 17:58
Compare
Choose a tag to compare

Added

  • Message files are now restored (if they are not deleted when restoring). (#71)

Fixed