#Property 'update' does not exist on type 'ModalSubmitInteraction'

2 messages · Page 1 of 1 (latest)

molten bronze
#

In the docs (https://discord.js.org/#/docs/discord.js/main/class/ModalSubmitInteraction?scrollTo=update) ModalSubmitInteraction#update exists but it doesn't in the types. I'm not sure which one is correct and which one needs fixing but one certainly does, could someone fix this?

half glade
#

only ModalSubmitInteractions from a MessageComponent can use this method, therefore you have to typeguard it with ModalSubmitInteraction#isFromMessage in ts