messageCreate event, a message with a link that contains an embed does not have the embed data with it (as Discord hasn't resolved it yet). As soon as Discord resolves it (0.5-2 seconds), a messageUpdate event fires and the new message contains the embed data. Does DiscordJS have anything built in to await this embed update with a collector? I want an API similar to <Interaction>.awaitModalSubmit or <Message>.awaitReactions.