When the server asks for external backup data. Called inside AttendingServerV2.create
Optional backup. If no extension provides backups, start fresh
the guild id
When all the queues are successfully created. Happens before onServerInitSuccess
When a student is dequeued
which server is this student from
the newly dequeued student
When a helper starts helping. Called after /start
which server is this helper from
the helper that used start
When a helper stops helping. Called after /stop
which server is this helper from
the helper that used stop
If a server gets deleted, remove it from the calendar server map
When a server instance is successfully created
the newly created server
Called every 15 minutes
will likely be removed in the future
the object
whether this is called inside server init
When the server requests backups. Currently, only queue related changes will trigger this call
the server to backup
When a student that just dequeued joins the voice channel
which server is this student from
the student guild member object
non-null voice channel
When a student finishes receiving help and leaves the voice channel
which server is this student from
the student guild member object
Generated using TypeDoc
Boilerplate base class of server related extensions.