Class GuildJoinEvent


  • public class GuildJoinEvent
    extends GenericGuildEvent
    Indicates that a you joined a Guild.

    Warning: Discord already triggered a mass amount of these events due to a downtime. Be careful!

    • Constructor Summary

      Constructors 
      Constructor Description
      GuildJoinEvent​(JDA api, long responseNumber, Guild guild)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GuildJoinEvent

        public GuildJoinEvent​(JDA api,
                              long responseNumber,
                              Guild guild)