diff --git a/website/blog/changelogs/19.0.0.md b/website/blog/changelogs/19.0.0.md index 60cfa943e..3ed7df3c0 100644 --- a/website/blog/changelogs/19.0.0.md +++ b/website/blog/changelogs/19.0.0.md @@ -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.