Skip to content

Commit 5fa75b5

Browse files
committed
Uncomment English name localization from context menus
1 parent 7152e30 commit 5fa75b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foxy/src/main/kotlin/net/cakeyfox/foxy/interactions/commands/FoxyCommandDeclarationBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class FoxyCommandDeclarationBuilder(
259259

260260
setNameLocalizations(
261261
mapOf(
262-
// DiscordLocale.ENGLISH_US to enUsLocale["commands.context.${config.name}"],
262+
DiscordLocale.ENGLISH_US to enUsLocale["commands.context.${config.name}"],
263263
DiscordLocale.PORTUGUESE_BRAZILIAN to ptBrLocale["commands.context.${config.name}"]
264264
)
265265
)

0 commit comments

Comments
 (0)