🩹 Level and Points is Guild not Global

This commit is contained in:
Axel Olausson Holtenäs 2022-03-09 22:19:23 +01:00
parent 5054e6d3ca
commit fec5d89143
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED

View file

@ -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)',
},