Added warning for not supported parameter

pull/57/head
MillenniumEarl 2020-11-30 10:41:54 +01:00
parent edc8f96277
commit 39ae840301
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ module.exports.getUserData = async function () {
* Use `0` to select no time limit. * Use `0` to select no time limit.
* @param {String[]} [args.prefixes] * @param {String[]} [args.prefixes]
* Prefixes to be included in the search. * Prefixes to be included in the search.
* **Currently not supported**
* @param {String} [args.sorting] * @param {String} [args.sorting]
* Method of sorting the results between (default: `date`): * Method of sorting the results between (default: `date`):
* `date`, `likes`, `views`, `name`, `weighted` * `date`, `likes`, `views`, `name`, `weighted`