add 2 new commands coordstranslation and disablecoordstranslation

This commit is contained in:
Dawid Wysokiński 2020-08-09 18:01:09 +02:00
parent b2063f7e7b
commit 4789c83e0c
2 changed files with 34 additions and 10 deletions

View File

@ -119,6 +119,13 @@ const adminCommands = [
"This command enables/disables notifications about ennobling barbarian villages.",
example: "tw!showennobledbarbs 1",
},
{
command: " tw!showinternals",
commandSyntax: " tw!showinternals [group ID from tw!groups]",
description:
"This command enables/disables notifications about in-group/in-tribe conquering.",
example: "tw!showinternals 1",
},
{
command: " tw!changelanguage",
commandSyntax: " tw!changelanguage [en | pl]",
@ -126,11 +133,16 @@ const adminCommands = [
example: "tw!changelanguage en",
},
{
command: " tw!showinternals",
commandSyntax: " tw!showinternals [group ID from tw!groups]",
description:
"This command enables/disables notifications about in-group/in-tribe conquering.",
example: "tw!showinternals 1",
command: " tw!coordstranslation",
commandSyntax: " tw!coordstranslation [server]",
description: "This command enables coords translation feature.",
example: "tw!coordstranslation pl153",
},
{
command: " tw!disablecoordstranslation",
commandSyntax: " tw!disablecoordstranslation",
description: "This command disables coords translation feature.",
example: "tw!disablecoordstranslation",
},
];

View File

@ -119,6 +119,13 @@ const adminCommands = [
"Włącza/wyłącza informacje o podbitych wioskach barbarzyńskich.",
example: "tw!showennobledbarbs 1",
},
{
command: " tw!showinternals",
commandSyntax: " tw!showinternals [ID grupy z tw!groups]",
description:
"Włącza/wyłącza notyfikacje o podbiciach plemion należących do jednej grupy.",
example: "tw!showinternals 1",
},
{
command: " tw!changelanguage",
commandSyntax: " tw!changelanguage [en | pl]",
@ -126,11 +133,16 @@ const adminCommands = [
example: "tw!changelanguage pl",
},
{
command: " tw!showinternals",
commandSyntax: " tw!showinternals [ID grupy z tw!groups]",
description:
"Włącza/wyłącza notyfikacje o podbiciach plemion należących do jednej grupy.",
example: "tw!showinternals 1",
command: " tw!coordstranslation",
commandSyntax: " tw!coordstranslation [serwer]",
description: "Włącza translator koordynat.",
example: "tw!coordstranslation pl153",
},
{
command: " tw!disablecoordstranslation",
commandSyntax: " tw!disablecoordstranslation",
description: "Wyłącza translator koordynat.",
example: "tw!disablecoordstranslation",
},
];