Skip to content

Commit

Permalink
1.2.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faf4a authored Aug 27, 2024
1 parent a6e33da commit 2c78d89
Show file tree
Hide file tree
Showing 8 changed files with 889 additions and 237 deletions.
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
145 changes: 119 additions & 26 deletions lib/newstruct/manager.js

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

Loading

0 comments on commit 2c78d89

Please sign in to comment.