From c6ada21c11b84ce98ff7d6acca6af2d2bba9e7f2 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Wed, 17 Jan 2024 14:24:15 +0100 Subject: [PATCH] docs: fix space -> tab --- .../modules/application_commands/translations/using.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DisCatSharp.Docs/articles/modules/application_commands/translations/using.md b/DisCatSharp.Docs/articles/modules/application_commands/translations/using.md index 0c7bbfd1f..1fadf068f 100644 --- a/DisCatSharp.Docs/articles/modules/application_commands/translations/using.md +++ b/DisCatSharp.Docs/articles/modules/application_commands/translations/using.md @@ -79,7 +79,7 @@ A correct translation json for english and german would look like that: { "name": "my_command", "description": "This is description of the command group.", - "type": 1, + "type": 1, "name_translations": { "en-US": "my_command", "de": "mein_befehl" @@ -88,7 +88,7 @@ A correct translation json for english and german would look like that: "en-US": "This is description of the command group.", "de": "Das ist die description der Befehl Gruppe." }, - "groups": [], + "groups": [], "commands": [ { "name": "first", @@ -117,7 +117,7 @@ A correct translation json for english and german would look like that: { "name": "value", "description": "Some string value.", - "type": 3, + "type": 3, "name_translations": { "en-US": "value", "de": "wert"