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