Androz2091 / discord-backup

📦 Complete framework to facilitate server backup using discord.js v13
https://npmjs.com/package/discord-backup
MIT License
435 stars 81 forks source link

✏ Add support for discord.js v14 #436

Closed lolollllo closed 2 years ago

lolollllo commented 2 years ago

Adds support for discord.js v14 to discord-backup

lolollllo commented 2 years ago

I'll finish this when I get back from holiday!

NathanLFG commented 2 years ago

How can one install with "npm i" this version of the module?

SimonLeclere commented 2 years ago

npm i https://github.com/lolollllo/discord-backup.git should work

AlienFreek commented 2 years ago

npm i git://github.com/lolollllo/discord-backup.git#discordjs-v14 since this is a branch, however, due to the way the package is set up (it is a clone of /Androz2091/discord-backup/, not an independent package) it would be better to download and install it locally until it is officially updated.