File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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+ } ) ;
You can’t perform that action at this time.
0 commit comments