Anybody know how to fix this?

anybody know how to get a message.reply? thing?
let message = message.reply({
content: "How are you today?",
components: [row],
})
let message = message.reply({
content: "How are you today?",
components: [row],
})
Its gives an error im trying to delete it but now its giving an eror
3 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Squid
Squid2y ago
.reply returns a promise, so you need to await it in order to use its return value
The Blade
The Blade2y ago
Thanks but i have fixed it.