docs: changelog update

This commit is contained in:
Skillz
2023-03-16 12:23:41 -05:00
parent 8bb91fa6f7
commit cffd2ece16
+2 -1
View File
@@ -23,4 +23,5 @@ With that major rework, we began improving things we always wanted to do for a l
## Tips For Migrating From Previous Version
- Find and replace all `bot.helpers.xxx` with `rest.xxx` where `xxx` is any method on the helpers.
1. Find all instances of `bot.helpers.getAvatarURL` and replace with `avatarUrl`
2. Find and replace all `bot.helpers.xxx` with `rest.xxx` where `xxx` is any method on the helpers.