Skip to content

Commit 87a8611

Browse files
authored
English Home
1 parent 023de28 commit 87a8611

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

locales/English.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
module.exports = new Underline.Locale({
2+
locale: "en",
3+
data: {
4+
userErrors: {
5+
coolDown: {
6+
user: `You can use this interaction in {0} seconds.`,
7+
member: `You can use this interaction in {0} seconds in this guild.`,
8+
guild: `This interaction can be used again in {0} seconds in this guild.`,
9+
channel: `This interaction can be used again in {0} seconds in this channel.`,
10+
message: `This interaction can be used again in {0} seconds in this message.`,
11+
any: `You can use this interaction in {0} seconds.`,
12+
},
13+
disabled: "This interaction is disabled.",
14+
blocked: "You are banned from the bot.",
15+
developerOnly: "This is a developer only interaction.",
16+
guildOwnerOnly: "This is a guild owner only interaction.",
17+
botPermsRequired: "Bot needs {0} permissions to run this interaction.",
18+
userPermsRequired: "You need {0} permissions to run this interaction.",
19+
},
20+
example: {
21+
success: "Succesfuly done.",
22+
error: "Sorry for guild {0}, i couldnt publish..."
23+
}
24+
}
25+
});

0 commit comments

Comments
 (0)