From 95c39010dba31b5589555a9cb888f169deaca3f9 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 9 Nov 2019 13:45:34 +0100 Subject: [PATCH] Update description a little --- commands/utility/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/play.js b/commands/utility/play.js index f7b48eba..46afbf6b 100644 --- a/commands/utility/play.js +++ b/commands/utility/play.js @@ -18,7 +18,7 @@ class playCommand extends Command { } ], description: { - content: 'play music from the link you send ( WIP )', + content: 'play music from the link you send ( WIP & very basic at the moment )', usage: '[youtube link]', examples: ['https://www.youtube.com/watch?v=mzHWLLn5Z4A'] }