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