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