Methods Abstract deldel( ) : Promise < void | Message < boolean > > Returns Promise < void | Message < boolean > > Abstract editedit( options: string | MessageEditOptions ) : Promise < void | Message < boolean > > Parameters options: string | MessageEditOptions Returns Promise < void | Message < boolean > > Abstract replyreply( options: string | Omit < MessageOptions , "reply" | "stickers" > ) : Promise < void | Message < boolean > > Parameters options: string | Omit < MessageOptions , "reply" | "stickers" > Returns Promise < void | Message < boolean > > Abstract reply EphemeralParameters Returns Promise < void | Message < boolean > > Abstract sendsend( options: string | Omit < MessageOptions , "reply" | "stickers" > ) : Promise < void | Message < boolean > > Parameters options: string | Omit < MessageOptions , "reply" | "stickers" > Returns Promise < void | Message < boolean > > Legend Constructor Property Method Private property Private method Settings Theme OS Light Dark
Defer the reply. Only applicable to slash commands, and is needed if the response will take more than 3 seconds.
https://discordjs.guide/interactions/replying-to-slash-commands.html#responding-to-a-command