Update cloop translation
This commit is contained in:
parent
f8ee6905c2
commit
b30a0a21b9
3 changed files with 10 additions and 4 deletions
|
@ -72,8 +72,14 @@ module.exports={
|
|||
break
|
||||
default:
|
||||
c.reply({
|
||||
text:getMessage(c.lang,"command.cloop.error.subcommand",[c.prefix]),
|
||||
color: c.colors.secondary
|
||||
translate:getMessage(c.lang,"command.cloop.error.subcommand"),
|
||||
color: c.colors.secondary,
|
||||
with:[
|
||||
{
|
||||
text:`${c.prefix}help cloop`,
|
||||
color: c.colors.primary
|
||||
}
|
||||
]
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"command.about.version": "Version %s",
|
||||
"command.about.serverinfo": "To view system information, run the command %s.",
|
||||
"command.cloop.error.tooShort": "Command loops must have a rate above 20ms.",
|
||||
"command.cloop.error.subcommand": "Unknown subcommand, please do %shelp cloop",
|
||||
"command.cloop.error.subcommand": "Unknown subcommand, please do %s",
|
||||
"command.cloop.success.add": "Added command loop with command %s and rate %s",
|
||||
"command.cloop.success.remove": "Removed command loop %s",
|
||||
"command.cloop.success.clear": "Cleared all command loops",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"command.about.version": "Vewsion %s",
|
||||
"command.about.serverinfo": "To view system infowmation, wun the command %s.",
|
||||
"command.cloop.error.tooShort": "Command woops must have a wate above 20ms.",
|
||||
"command.cloop.error.subcommand": "Unknown subcommand, pwease do %shelp cloop",
|
||||
"command.cloop.error.subcommand": "Unknyown subcommand, pwease do %s",
|
||||
"command.cloop.success.add": "Added command woop with command %s and wate %s",
|
||||
"command.cloop.success.remove": "Wemoved command woop %s",
|
||||
"command.cloop.success.clear": "Cweawed aww command woops",
|
||||
|
|
Loading…
Reference in a new issue