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 8dd123fe44
commit 6b612dcec6
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

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