docs
This commit is contained in:
parent
4acd25a6ab
commit
5db4405e03
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ import { downloadOptions } from "ytdl-core";
|
||||||
|
|
||||||
export type FiltersName = keyof QueueFilters;
|
export type FiltersName = keyof QueueFilters;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @typedef {AudioFilters} QueueFilters
|
||||||
|
*/
|
||||||
export type QueueFilters = {
|
export type QueueFilters = {
|
||||||
bassboost?: boolean;
|
bassboost?: boolean;
|
||||||
"8D"?: boolean;
|
"8D"?: boolean;
|
||||||
|
|
Loading…
Reference in a new issue