feat: added Unavailable to MatchExtension table
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
f7b701de20
commit
9400a21403
1 changed files with 2 additions and 1 deletions
|
@ -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}",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue