mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 09:23:07 +02:00
ci: fix
This commit is contained in:
parent
910bdbfc0e
commit
6b69ac4986
@ -184,7 +184,7 @@ async function summarise() {
|
|||||||
markdownTable([
|
markdownTable([
|
||||||
['Locale', 'Result'],
|
['Locale', 'Result'],
|
||||||
...locales.map(locale => [
|
...locales.map(locale => [
|
||||||
`${locale}`,
|
`\`${locale}\``,
|
||||||
errors.filter(error => error.locale === locale).length === 0 ? '✅ Passed' : '❌ Failed',
|
errors.filter(error => error.locale === locale).length === 0 ? '✅ Passed' : '❌ Failed',
|
||||||
]),
|
]),
|
||||||
]) + '\n\n';
|
]) + '\n\n';
|
||||||
|
@ -54,7 +54,7 @@ commands:
|
|||||||
options:
|
options:
|
||||||
member:
|
member:
|
||||||
description: The member to add to the ticket
|
description: The member to add to the ticket
|
||||||
name: Member
|
name: member
|
||||||
ticket:
|
ticket:
|
||||||
description: The ticket to add the member to
|
description: The ticket to add the member to
|
||||||
name: ticket
|
name: ticket
|
||||||
|
Loading…
Reference in New Issue
Block a user