From c3a0892a7ba773eaea254d017b64f1496bc69da4 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 4 Jul 2022 21:29:20 +0700 Subject: [PATCH] Fixed guild name being encoded --- locales/en.json | 2 +- locales/jp.json | 2 +- locales/th.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en.json b/locales/en.json index 889594c..de0a33b 100644 --- a/locales/en.json +++ b/locales/en.json @@ -129,7 +129,7 @@ }, "settings": { "title": "Settings", - "description": "Change how {{BOT_NAME}} behave on **{{GUILD_NAME}}**", + "description": "Change how {{BOT_NAME}} behave on **{{{GUILD_NAME}}}**", "valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``" }, "settings_prefix": { diff --git a/locales/jp.json b/locales/jp.json index 7f0bcd8..12ab5e5 100644 --- a/locales/jp.json +++ b/locales/jp.json @@ -129,7 +129,7 @@ }, "settings": { "title": "設定", - "description": "**{{GUILD_NAME}}**サーバでの{{BOT_NAME}}の動作変更", + "description": "**{{{GUILD_NAME}}}**サーバでの{{BOT_NAME}}の動作変更", "valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``" }, "settings_prefix": { diff --git a/locales/th.json b/locales/th.json index dc0eecb..2fc9094 100644 --- a/locales/th.json +++ b/locales/th.json @@ -129,7 +129,7 @@ }, "settings": { "title": "การตั้งค่า", - "description": "เปลี่ยนพฤติกรรมของ {{BOT_NAME}} บน **{{GUILD_NAME}}**", + "description": "เปลี่ยนพฤติกรรมของ {{BOT_NAME}} บน **{{{GUILD_NAME}}}**", "valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``" }, "settings_prefix": {