Merge branch '10_0_0-beta_2'
This commit is contained in:
commit
c9c47e8c62
2 changed files with 6 additions and 4 deletions
|
@ -78,7 +78,7 @@ module.exports = {
|
||||||
case 'get':{
|
case 'get':{
|
||||||
c.reply({
|
c.reply({
|
||||||
translate: "%s: %s",
|
translate: "%s: %s",
|
||||||
color: c.colors.secondary,
|
color: c.colors.primary,
|
||||||
with:[
|
with:[
|
||||||
{
|
{
|
||||||
text: getMessage(c.lang, 'command.settings.get.colorPrimary'),
|
text: getMessage(c.lang, 'command.settings.get.colorPrimary'),
|
||||||
|
@ -92,7 +92,7 @@ module.exports = {
|
||||||
})
|
})
|
||||||
c.reply({
|
c.reply({
|
||||||
translate: "%s: %s",
|
translate: "%s: %s",
|
||||||
color: c.colors.secondary,
|
color: c.colors.primary,
|
||||||
with:[
|
with:[
|
||||||
{
|
{
|
||||||
text: getMessage(c.lang, 'command.settings.get.colorSecondary'),
|
text: getMessage(c.lang, 'command.settings.get.colorSecondary'),
|
||||||
|
@ -106,11 +106,11 @@ module.exports = {
|
||||||
})
|
})
|
||||||
c.reply({
|
c.reply({
|
||||||
translate: "%s: %s (%s)",
|
translate: "%s: %s (%s)",
|
||||||
color: c.colors.secondary,
|
color: c.colors.primary,
|
||||||
with:[
|
with:[
|
||||||
{
|
{
|
||||||
text: getMessage(c.lang, 'command.settings.get.language'),
|
text: getMessage(c.lang, 'command.settings.get.language'),
|
||||||
color: c.colors.primary
|
color: c.colors.secondary
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: getMessage(c.lang, 'language.name'),
|
text: getMessage(c.lang, 'language.name'),
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
"command.refill.desc": "Refill core",
|
"command.refill.desc": "Refill core",
|
||||||
"command.say.usage": " <message>",
|
"command.say.usage": " <message>",
|
||||||
"command.say.desc": "Sends a message to chat",
|
"command.say.desc": "Sends a message to chat",
|
||||||
|
"command.settings.usage": " get|| set <key> <value>",
|
||||||
|
"command.settings.desc": "Set your user preferences",
|
||||||
"command.stop.usage": "",
|
"command.stop.usage": "",
|
||||||
"command.stop.desc": "Restart bot",
|
"command.stop.desc": "Restart bot",
|
||||||
"command.template.usage": " <required> [optional]",
|
"command.template.usage": " <required> [optional]",
|
||||||
|
|
Loading…
Reference in a new issue