Migration from Version 2 -> 3
See Change Log
Migration from Version 1 -> 2
Version 2 has many changes, it also upgraded to discord.js 14 so you can expect changes from discord.js too
Note
Not all changes are noted here
See discord.js 14 Migration Guide
Summary
Type Name and Builders Stuff changed in discord.js
Many Type Name has been renamed
Added many new mechanism
TypeScript should be able to tell you that this no longer works
Activity and Loader
useActivity()
anduseActivityGroup()
is removed, useActivityManager
instead.loader's
getRandom()
now returnsT | undefined
Loader
is renamed toArrayLoader
Loader
is added to handle Object ({}
)