Relative Content

Tag Archive for node.jstypescriptdiscorddiscord.js

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?