feat: added Unavailable to MatchExtension table

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-09-11 12:46:33 +02:00
parent f7b701de20
commit 9400a21403

View file

@ -67,6 +67,7 @@ class MatchExtension : Extension() {
"Registered by ${m.mention}", "Registered by ${m.mention}",
mapOf( mapOf(
"Signed up" to listOf(), "Signed up" to listOf(),
"Unavailable" to listOf(),
) )
) )
) )
@ -120,7 +121,7 @@ class MatchExtension : Extension() {
MatchJob( MatchJob(
jobString, jobString,
tableID.value, tableID.value,
"${args.matchType.readableName}_Vs_${opponent}_[${tableID.value}]-${gID}_${cID}" "${args.matchType.readableName}_Vs_${opponent}_[${tableID.value}]-${gID}_${cID}",
) )
) )
} }