Hey im woundering if its possible currently or if you plan on adding a export to support sending the ammount of people in a que to display on a discord bot like this
the old queue what i used to use supports it and displays the ammount using this export.
CreateThread(function()
while true do
Wait(10000)
if Queue.IsReady() then
SetConvarServerInfo("Queue", "Queue Enabled | Count: " .. Queue.Exports:GetSize())
end
end
end)