Added warning for not supported parameter
parent
edc8f96277
commit
39ae840301
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue