Discord Bot modals suddenly stop working using discord.js
I have a discord bot that presents the user with a number of modals reachable through buttons in an embedded message. This has been working for weeks without issue.
Discord.js Command Option Type?
I am making a discord bot with TypeScript.
I us an interface ICommand
for referring to a discord command.
Also, I manually created another interface ICommandOption
for referring to a discord command’s options.
Is there any interface/type that is built to the discord.js package so I don’t need to manually define it?