diff options
Diffstat (limited to 'commands/changelog.js')
| -rw-r--r-- | commands/changelog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/changelog.js b/commands/changelog.js index 2c69bb0..5f8d95a 100644 --- a/commands/changelog.js +++ b/commands/changelog.js @@ -13,7 +13,7 @@ module.exports.run = async (client, message) => { exports.conf = {
aliases: [],
- guildOnly: false,
+ guildOnly: true,
};
exports.help = {
name: 'changelog',
|
