Releases: Androz2091/discord-backup
Releases · Androz2091/discord-backup
2.4.0
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
⚠️ 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
Fixed
- Topics are now loaded when restoring a backup. (541b6e7)
2.2.4
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
Fixed
- Forgot another
setEmbed()
to setWidget()
migration. (32cc5e8) 😅
2.2.2
Fixed
- Use
Guild.widgetEnabled
and Guild.widgetChannel
instead of Guild.embedEnabled
and Guild.embedChannel
. (9363e74)
2.2.1
Fixed
- Get rid of
GuildFeaturesPatched
type as DiscordJS has been bumped to v12.3.0. (0c717ce)
2.2.0
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
Fixed
- Whoops... Forgot to build before publish on npm. (846da2c)
2.1.18
Added
- Message files are now restored (if they are not deleted when restoring). (#71)
Fixed