Added operator to help command.
This commit is contained in:
parent
bdc2d0d3cb
commit
7c71bea4cc
|
@ -13,7 +13,7 @@ function onCommand(args, context) {
|
||||||
.join(' | ');
|
.join(' | ');
|
||||||
|
|
||||||
context.sendMessage(`${commands}`, context.room.id, { styleCommands: true });
|
context.sendMessage(`${commands}`, context.room.id, { styleCommands: true });
|
||||||
context.sendMessage(`Try ${config.prefix}game:help for more info, ${config.prefix}game:score [username] and ${config.prefix}game:lead for scores. | ${config.user.username} v${version} `, context.room.id, { styleCommands: true });
|
context.sendMessage(`Try ${config.prefix}game:help for more info, ${config.prefix}game:score [username] and ${config.prefix}game:lead for scores. | ${config.user.username} v${version} | operated by ${config.operators[0]}`, context.room.id, { styleCommands: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in New Issue