Skip to content

Commit

Permalink
added playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed May 8, 2023
1 parent eab77ae commit 2b2cf29
Show file tree
Hide file tree
Showing 25 changed files with 719 additions and 11 deletions.
1 change: 1 addition & 0 deletions dist/commands/music/Play.js

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

2 changes: 1 addition & 1 deletion dist/commands/music/Play.js.map

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

5 changes: 5 additions & 0 deletions dist/commands/playlist/Add.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Command, Lavamusic, Context } from "../../structures/index.js";
export default class Add extends Command {
constructor(client: Lavamusic);
run(client: Lavamusic, ctx: Context, args: string[]): Promise<void>;
}
100 changes: 100 additions & 0 deletions dist/commands/playlist/Add.js

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

1 change: 1 addition & 0 deletions dist/commands/playlist/Add.js.map

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

5 changes: 5 additions & 0 deletions dist/commands/playlist/Create.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Command, Lavamusic, Context } from "../../structures/index.js";
export default class Create extends Command {
constructor(client: Lavamusic);
run(client: Lavamusic, ctx: Context, args: string[]): Promise<void>;
}
75 changes: 75 additions & 0 deletions dist/commands/playlist/Create.js

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

1 change: 1 addition & 0 deletions dist/commands/playlist/Create.js.map

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

5 changes: 5 additions & 0 deletions dist/commands/playlist/Delete.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Command, Lavamusic, Context } from "../../structures/index.js";
export default class Delete extends Command {
constructor(client: Lavamusic);
run(client: Lavamusic, ctx: Context, args: string[]): Promise<void>;
}
Loading

0 comments on commit 2b2cf29

Please sign in to comment.