Interface EventReaction

interface EventReaction {
    burst: boolean;
    burstColors?: string[];
    emoji: PartialEmoji;
    type: ReactionType;
}

Properties

burst: boolean
burstColors?: string[]