add new command showselfconquers

This commit is contained in:
Dawid Wysokiński 2020-07-21 14:05:39 +02:00
parent 43b51d4f65
commit cf48043fa0
2 changed files with 17 additions and 3 deletions

View File

@ -90,14 +90,14 @@ const adminCommands = [
command: "tw!conqueredvillages",
commandSyntax: "tw!conqueredvillages [group ID from tw!groups]",
description:
"This command changes the channel on which notifications about conquered village will show. IMPORTANT! Call this command on the channel you want to display these notifications.",
"This command changes the channel on which notifications about conquered village will show. IMPORTANT! Run this command on the channel you want to display these notifications.",
example: "tw!conqueredvillages 1",
},
{
command: "tw!lostvillages",
commandSyntax: "tw!lostvillages [group ID from tw!groups]",
description:
"This command changes the channel on which notifications about lost village will show. IMPORTANT! Call this command on the channel you want to display these notifications.",
"This command changes the channel on which notifications about lost village will show. IMPORTANT! Run this command on the channel you want to display these notifications.",
example: "tw!lostvillages 2",
},
{
@ -125,6 +125,13 @@ const adminCommands = [
description: "This command changes bot language.",
example: "tw!changelanguage en",
},
{
command: " tw!showselfconquers",
commandSyntax: " tw!showselfconquers [group ID from tw!groups]",
description:
"This command enables/disables notifications about self-conquers between tribes in one group.",
example: "tw!showselfconquers 1",
},
];
export default {

View File

@ -114,7 +114,7 @@ const adminCommands = [
},
{
command: " tw!showennobledbarbs",
commandSyntax: " tw!showennobledbarbs [group ID from tw!groups]",
commandSyntax: " tw!showennobledbarbs [ID grupy z tw!groups]",
description:
"Włącza/wyłącza informacje o podbitych wioskach barbarzyńskich.",
example: "tw!showennobledbarbs 1",
@ -125,6 +125,13 @@ const adminCommands = [
description: "Zmienia język w którym są wyświetlane odpowiedzi od bota.",
example: "tw!changelanguage pl",
},
{
command: " tw!showselfconquers",
commandSyntax: " tw!showselfconquers [ID grupy z tw!groups]",
description:
"Włącza/wyłącza notyfikacje o podbiciach plemion należących do jednej grupy.",
example: "tw!showselfconquers 1",
},
];
export default {