turn off changelog because it doesn't work

This commit is contained in:
ry 2020-01-05 16:23:51 -06:00
parent 5ee9d4106d
commit 436f8564be
2 changed files with 10 additions and 4 deletions

View file

@ -6,10 +6,10 @@ module.exports = class Changelog extends Command {
name: 'changelog',
description: 'View the latest changes of the bot',
aliases: ['chl', 'c'],
module: 'General',
module: 'Developers',
cooldown: 5,
guildOnly: false,
developerOnly: false,
developerOnly: true,
nsfw: false
});
}
@ -45,4 +45,4 @@ module.exports = class Changelog extends Command {
ctx.send(`**__Version ${version.replace(/\_/g, '.')}__**\n\n${Change}`)
}
}
}
}