mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
ci: fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user