style(commands/utils): Translate the role configuration
- Yes maybe one day will do the english and french configuration planed once the bot will be functionnal
This commit is contained in:
parent
e531f43d32
commit
5f737a2576
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ function getUserBadges(userData: {
|
|||
if (userData.isBuyer) badges.push(emoji.badge.buyer);
|
||||
if (userData.isOwner) badges.push(emoji.badge.owner);
|
||||
|
||||
return badges.length > 0 ? badges.join(' ') : 'Aucun badge';
|
||||
return badges.length > 0 ? badges.join(' ') : 'No badge';
|
||||
}
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue