Make about command use settings.name
This commit is contained in:
parent
5f01efb646
commit
3998b65bca
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
const settings = require("../../settings.json")
|
||||
module.exports = {
|
||||
execute: function (c) {
|
||||
c.reply('{"text":"UBot - a minecraft bot made by 77c8f4699b732c11 / a5a06d596f15c7db"}');
|
||||
c.reply('{"text":"'+settings.name+' - a minecraft bot made by 77c8f4699b732c11 / a5a06d596f15c7db"}');
|
||||
c.reply('{"text":""}');
|
||||
c.reply('{"text":"Version '+settings.version+'"}');
|
||||
c.reply('{"text":""}');
|
||||
|
|
Loading…
Reference in a new issue