Fix error on about command
This commit is contained in:
parent
19c9974492
commit
b0d8a5c521
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
// This is not C source code
|
||||
//const settings = require('../settings.json')
|
||||
const version = require("../../version.json")
|
||||
const settings = require('../../settings.json')
|
||||
module.exports = {
|
||||
execute: function (c) {
|
||||
c.reply('{"text":"'+settings.name+' - a minecraft bot made by 77c8f4699b732c11 / a5a06d596f15c7db"}');
|
||||
|
|
Loading…
Reference in a new issue