From 6b0e7a120affdcd8879b3d5044ae3d2717a4b7bd Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Thu, 23 May 2024 18:28:03 +0100 Subject: [PATCH] fix missing languages --- bot/tr/command_responses.json | 4 ++++ bot/vi/command_responses.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bot/tr/command_responses.json b/bot/tr/command_responses.json index 21a5429..e7f710e 100644 --- a/bot/tr/command_responses.json +++ b/bot/tr/command_responses.json @@ -166,6 +166,10 @@ "modLog": { "title": "Mod Logs", "description": "Moderation actions (bans, kicks, mutes)" + }, + "overview": { + "title": "Overview", + "description": "Overview of main category options" } } } diff --git a/bot/vi/command_responses.json b/bot/vi/command_responses.json index b7ad2ed..4b83647 100644 --- a/bot/vi/command_responses.json +++ b/bot/vi/command_responses.json @@ -166,6 +166,10 @@ "modLog": { "title": "Mod Logs", "description": "Moderation actions (bans, kicks, mutes)" + }, + "overview": { + "title": "Overview", + "description": "Overview of main category options" } } }