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 1135cf7..ed8fefc 100644 --- a/commands/ask.js +++ b/commands/ask.js @@ -43,7 +43,7 @@ module.exports.run = async (client, message, args) => { exports.conf = { aliases: ['8ball'], - guildOnly: true, + guildOnly: false, }; exports.help = { name: 'ask', |
