Class GenericEmoteEvent

    • Constructor Detail

      • GenericEmoteEvent

        public GenericEmoteEvent​(@Nonnull
                                 JDA api,
                                 long responseNumber,
                                 @Nonnull
                                 Emote emote)
    • Method Detail

      • getGuild

        @Nonnull
        public Guild getGuild()
        The Guild where the emote came from
        Returns:
        The origin Guild
      • getEmote

        @Nonnull
        public Emote getEmote()
        The responsible Emote for this event
        Returns:
        The emote
      • isManaged

        public boolean isManaged()
        Whether this emote is managed by an integration
        Returns:
        True, if this emote is managed by an integration