When a student is dequeued by a helper using /next
the queue that the students just left
the newly dequeued student
When a student joins the queue
the queue that the students joined
the student that just joined
When a queue closes
the newly closed queue
When a single queue is created
the newly created queue
When a queue is deleted with /queue remove or YABOB getting kicked from a server
Extensions should override this method to do any necessary clean up
the queue that just got deleted
When a queue opens
the newly opened queue
Called every hour
will likely be removed in the future, extensions should manage their own timers
queue that triggered the call
whether this is called inside HelpQueueV2.create
When a queue re-render happens
Extensions with custom embeds should override this method to get the display object
queue that just requested a render
the QueueDisplayV2 object that handles the rendering
When clear is used
queue after clearing everyone
the students that just got cleared
When a student leaves the queue with /leave or [LEAVE]
the queue that the students just left
the newly left student
Generated using TypeDoc
Extensions for individual queues