Fix about command
This commit is contained in:
parent
1c3b9c0643
commit
7995122660
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
const version = require("../../version.json")
|
||||
const settings = require('../../settings.json')
|
||||
const getMessage = require('../../util/lang.js')
|
||||
const cp = require('child_process')
|
||||
module.exports = {
|
||||
execute: function (c) {
|
||||
c.reply({text:getMessage(c.lang,"command.about.author",[settings.name])});
|
||||
|
|
Loading…
Reference in a new issue