TrackQueuedEvent constructor

TrackQueuedEvent(
  1. String guildId,
  2. String trackTitle
)

Implementation

TrackQueuedEvent(this.guildId, this.trackTitle);