mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
ci: fix
This commit is contained in:
parent
910bdbfc0e
commit
6b69ac4986
@ -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';
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user