Fix error on about command

This commit is contained in:
7cc5c4f330d47060 2024-07-22 12:49:14 -04:00
parent 19c9974492
commit b0d8a5c521

View file

@ -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"}');