Added operator to help command.
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user