ServerJoinEvent constructor

ServerJoinEvent(
  1. String channel,
  2. String user,
  3. String client
)

Implementation

ServerJoinEvent(this.channel, this.user, this.client);