Skip to content

Commit 932987f

Browse files
committed
2 parents 9be7c98 + 91c1db7 commit 932987f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

locales/English.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = new Underline.Locale({
1111
any: `You can use this interaction in {0} seconds.`,
1212
},
1313
disabled: "This interaction is disabled.",
14+
guildOnly: "This is a guild only interaction.",
1415
blocked: "You are banned from the bot.",
1516
developerOnly: "This is a developer only interaction.",
1617
guildOwnerOnly: "This is a guild owner only interaction.",

locales/Turkish.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = new Underline.Locale({
1212
},
1313
disabled: "Bu interkasiyon kapalı",
1414
blocked: "Bottan yasaklısınız.",
15+
guildOnly: "Bu sunuculara özel bir interaksiyon.",
1516
developerOnly: "Bu interaksiyon sadece bot geliştiricilerine özel",
1617
guildOwnerOnly: "Bu interaksiyon sadece sunucu sahipleri kullanabilir",
1718
botPermsRequired: "Botun bu komutu kullanması için {0} yetkilerine ihtiyacı vardır.",
@@ -22,4 +23,4 @@ module.exports = new Underline.Locale({
2223
error: "Malesef {0} sunucusunda paylaşılamadı..."
2324
}
2425
}
25-
});
26+
});

0 commit comments

Comments
 (0)