mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-14 03:09:59 +00:00
Localization use placeholder instead
This commit is contained in:
+3
-2
@@ -28,8 +28,9 @@ const EMBEDS = {
|
||||
return makeErrorEmbed({
|
||||
title: locale.__('common.no_permissions'),
|
||||
description: locale.__(
|
||||
'common.no_permissions_description',
|
||||
'VIEW_CHANNEL, SEND_MESSAGES and MANAGE_CHANNELS'
|
||||
'common.no_permissions_description', {
|
||||
PERMISSIONS: 'VIEW_CHANNEL, SEND_MESSAGES, MANAGE_CHANNELS'
|
||||
}
|
||||
),
|
||||
user: data.getUser()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user