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