Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Morais Rodrigues <76886832+1Lucas1apk@users.noreply.github.com>
  • Loading branch information
1Lucas1apk authored Mar 20, 2023
1 parent 138f84b commit eabf2e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions @Typings/MakeRequest.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare function _exports(url: any, method: any, opts: any): Promise<any>;
export = _exports;
5 changes: 3 additions & 2 deletions @Typings/MoonlinkPlayer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class MoonPlayer {
playing: any;
connected: any;
paused: any;
loop(number: any): void;
loop: any;
volume: any;
current: any;
queue: MoonQueue;
Expand All @@ -21,8 +21,9 @@ export class MoonPlayer {
destroy(): boolean;
skip(): boolean;
seek(number: any): boolean;
setLoop(number: any): void;
removeSong(position: any): boolean;
skipTo(position: any): void;
skipTo(position: any): boolean;
#private;
}
import { MoonQueue } from "../@Rest/MoonlinkQueue.js";
Expand Down

0 comments on commit eabf2e8

Please sign in to comment.