Packages@robojs/discordjs SageOptions
Sage (auto-defer/reply) options for commands and context menus.
| Property | Type | Description |
|---|
defer? | boolean | Whether to automatically defer the interaction |
deferBuffer? | number | Time in ms to wait before deferring (allows fast replies without defer) |
ephemeral? | boolean | Whether deferred/replied messages should be ephemeral |
errorChannelId? | string | Channel ID to send error messages to |
errorMessage? | string | Custom error message to show users |
errorReplies? | boolean | Whether to show error replies to users |