From 0b0852c141a02df7147d55a2df96c898b02f29de Mon Sep 17 00:00:00 2001
From: Supositware <loic.bersier1@gmail.com>
Date: Sat, 6 Apr 2019 21:34:39 +0200
Subject: [PATCH] made it available for everyone

---
 commands/utility/play.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/commands/utility/play.js b/commands/utility/play.js
index d2ca283..e642052 100644
--- a/commands/utility/play.js
+++ b/commands/utility/play.js
@@ -6,7 +6,6 @@ class playCommand extends Command {
 		super('play', {
 			aliases: ['play'],
 			category: 'utility',
-			ownerOnly: 'true',
 			args: [
 				{
 					id: 'ytblink',
@@ -15,7 +14,7 @@ class playCommand extends Command {
 				}
 			],
 			description: {
-				content: 'Play play from the link you send ( ONLY FOR TESTING NOW )',
+				content: 'play music from the link you send ( This command might or might not stay in the bot, as it is basic, if people abuse it e.g: making play 10 hours song just for the purpose of making the bot slow, i will remove this command! )',
 				usage: '[youtube link]',
 				examples: ['https://www.youtube.com/watch?v=mzHWLLn5Z4A']
 			}