GuildUpdateEvent constructor

GuildUpdateEvent(
  1. Guild _before,
  2. Guild _after
)

Implementation

GuildUpdateEvent(this._before, this._after);