change autoSelfDeaf to setSelfDeaf
This commit is contained in:
parent
0a173d73c9
commit
1437698572
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ export interface PlayerOptions {
|
|||
leaveOnStop?: boolean;
|
||||
leaveOnEmpty?: boolean;
|
||||
leaveOnEmptyCooldown?: number;
|
||||
autoSelfDeaf?: boolean;
|
||||
setSelfDeaf?: boolean;
|
||||
enableLive?: boolean;
|
||||
ytdlDownloadOptions?: downloadOptions;
|
||||
useSafeSearch?: boolean;
|
||||
|
|
|
@ -34,7 +34,7 @@ export const PlayerOptions: DP_OPTIONS = {
|
|||
leaveOnStop: true,
|
||||
leaveOnEmpty: true,
|
||||
leaveOnEmptyCooldown: 0,
|
||||
autoSelfDeaf: true,
|
||||
setSelfDeaf: true,
|
||||
enableLive: false,
|
||||
ytdlDownloadOptions: {}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue