LogoRobo.js
Packages@robojs/discordjs

SageOptions

Interface: SageOptions

Sage (auto-defer/reply) options for commands and context menus.

Properties

PropertyTypeDescription
defer?booleanWhether to automatically defer the interaction
deferBuffer?numberTime in ms to wait before deferring (allows fast replies without defer)
ephemeral?booleanWhether deferred/replied messages should be ephemeral
errorChannelId?stringChannel ID to send error messages to
errorMessage?stringCustom error message to show users
errorReplies?booleanWhether to show error replies to users

On this page