UNPKG

@antibot/interactions

Version:

## 🗡️ An interactions library made for Discord interactions

9 lines 264 B
import { EmojiInterface } from './EmojiInterface'; export interface MessageComponentOptions { label: string; value: string; description?: string; emoji?: EmojiInterface; default?: boolean; } //# sourceMappingURL=MessageComponentOptions.d.ts.map