This commit is contained in:
Isaac 2023-09-07 02:23:55 +01:00
parent 910bdbfc0e
commit 6b69ac4986
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33
3 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ async function summarise() {
markdownTable([
['Locale', 'Result'],
...locales.map(locale => [
`${locale}`,
`\`${locale}\``,
errors.filter(error => error.locale === locale).length === 0 ? '✅ Passed' : '❌ Failed',
]),
]) + '\n\n';

View File

@ -72,7 +72,7 @@ commands:
description: '**Verwende {command} um ein Ticket zu erstellen und Hilfe zu
erhalten.**'
settings: Bot-Einstellungen
name: hil fe
name: hilfe
title: hilfe
description: Zeigt das Hilfemenü an
force-close:

View File

@ -54,7 +54,7 @@ commands:
options:
member:
description: The member to add to the ticket
name: Member
name: member
ticket:
description: The ticket to add the member to
name: ticket