From 39ae8403010ce467044c40464be893efdb2aa499 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Mon, 30 Nov 2020 10:41:54 +0100 Subject: [PATCH] Added warning for not supported parameter --- app/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/index.js b/app/index.js index c5a4ac1..540253e 100644 --- a/app/index.js +++ b/app/index.js @@ -187,6 +187,7 @@ module.exports.getUserData = async function () { * Use `0` to select no time limit. * @param {String[]} [args.prefixes] * Prefixes to be included in the search. + * **Currently not supported** * @param {String} [args.sorting] * Method of sorting the results between (default: `date`): * `date`, `likes`, `views`, `name`, `weighted`