Skip to content

Commit

Permalink
breaking: oauth2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faf4a authored Nov 18, 2024
1 parent 2c04659 commit 31cf999
Show file tree
Hide file tree
Showing 22 changed files with 2,214 additions and 2,959 deletions.
2 changes: 1 addition & 1 deletion lib/newstruct/aoiVoice.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export declare class AoiVoice<T> extends Manager {
addEvent(event: PlayerEvents): void;
addEvents(...events: PlayerEvents[]): void;
bindExecutor(executor: Function): void;
joinVc({ type, voiceChannel, textChannel, selfDeaf, selfMute, }: {
joinVc({ type, voiceChannel, textChannel, selfDeaf, selfMute }: {
type: AudioPLayerOptions["type"];
voiceChannel: VoiceChannel;
textChannel: Snowflake;
Expand Down
195 changes: 84 additions & 111 deletions lib/newstruct/aoiVoice.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/newstruct/aoiVoice.js.map

Large diffs are not rendered by default.

96 changes: 37 additions & 59 deletions lib/newstruct/audioPlayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/newstruct/audioPlayer.js.map

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions lib/newstruct/cacher.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/newstruct/cacher.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/newstruct/manager.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export declare class Manager extends TypedEmitter<ManagerEvents> {
spotifyApi: SpotifyWebApi;
constructor(config?: ManagerConfigurations);
static defaultConfig(): ManagerConfigurations;
joinVc({ type, voiceChannel, selfDeaf, selfMute, adapter, }: {
joinVc({ type, voiceChannel, selfDeaf, selfMute, adapter }: {
type: AudioPLayerOptions["type"];
voiceChannel: VoiceBasedChannel;
selfDeaf?: boolean;
Expand Down
Loading

0 comments on commit 31cf999

Please sign in to comment.