From fec5d89143bf39388978dc47e91abe691bc5010a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Olausson=20Holten=C3=A4s?= Date: Wed, 9 Mar 2022 22:19:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Level=20and=20Points=20is=20Guil?= =?UTF-8?q?d=20not=20Global?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/handlers/locale.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/handlers/locale.js b/src/handlers/locale.js index 0a1f448..9faec38 100644 --- a/src/handlers/locale.js +++ b/src/handlers/locale.js @@ -40,8 +40,8 @@ module.exports = async () => { embed: { title: 'Profile', reputation: 'Reputation (Global)', - level: 'Level (Global)', - points: 'Points (Global)', + level: 'Level (Guild)', + points: 'Points (Guild)', credits: 'Credits (Guild)', language_code: 'Language Code (Global)', }, @@ -92,8 +92,8 @@ module.exports = async () => { embed: { title: 'Profil', reputation: 'Omdöme (Globalt)', - level: 'Nivå (Globalt)', - points: 'Poäng (Globalt)', + level: 'Nivå (Server)', + points: 'Poäng (Server)', credits: 'Krediter (Server)', language_code: 'Språkkod (Globalt)', },