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 3dfbb61..8b5f70a 100644 --- a/commands/changelog.js +++ b/commands/changelog.js @@ -38,7 +38,7 @@ module.exports.run = async (client, message) => { exports.conf = {
aliases: [],
- guildOnly: true,
+ guildOnly: false,
};
exports.help = {
name: 'changelog',
|
