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