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 d94572e..9b87448 100644 --- a/commands/play.js +++ b/commands/play.js @@ -61,7 +61,7 @@ module.exports.run = async (client, message, args) => { exports.conf = { aliases: [], - guildOnly: false, + guildOnly: true, }; exports.help = { name: 'play', |
