From 93698f982724b3a50546039c1dc90161200f6d3c Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Fri, 17 Mar 2017 22:59:03 -0400 Subject: [PATCH] Don't sort YouTube by max results --- commands/search/youtube.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/search/youtube.js b/commands/search/youtube.js index eceee413..2a48b680 100644 --- a/commands/search/youtube.js +++ b/commands/search/youtube.js @@ -30,7 +30,6 @@ class YouTubeCommand extends commando.Command { type: 'video', maxResults: 1, q: videotosearch, - order: 'viewCount', key: config.youtubekey }, json: true