Skip to content

Commit

Permalink
added filters command
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Mar 19, 2023
1 parent 3b8c357 commit a2a06b6
Show file tree
Hide file tree
Showing 51 changed files with 1,469 additions and 11 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- Advanced Music System
- Customizable Prefix
- Powerful Search Engine
- 12 + Music Filters
- Hybrid Command Handling (Slash and Normal Commands)
- Highly Configurable
- User-friendly and Easy to Use
Expand Down Expand Up @@ -78,7 +79,7 @@

## 📚 Commands

<details><summary>Click to expand</summary>
<details><summary>Click to View Commands</summary>

| Name | Description | Options |
|-------------|------------------------------------------|-------------------------------------------|
Expand Down
5 changes: 5 additions & 0 deletions dist/commands/filters/8d.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 _8d extends Command {
constructor(client: Lavamusic);
run(client: Lavamusic, ctx: Context, args: string[]): Promise<void>;
}
60 changes: 60 additions & 0 deletions dist/commands/filters/8d.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/filters/8d.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/filters/BassBoost.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 BassBoost extends Command {
constructor(client: Lavamusic);
run(client: Lavamusic, ctx: Context, args: string[]): Promise<void>;
}
57 changes: 57 additions & 0 deletions dist/commands/filters/BassBoost.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/filters/BassBoost.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/filters/Distorsion.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 Distorsion extends Command {
constructor(client: Lavamusic);
run(client: Lavamusic, ctx: Context, args: string[]): Promise<void>;
}
58 changes: 58 additions & 0 deletions dist/commands/filters/Distorsion.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/filters/Distorsion.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/filters/Karaoke.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 Karaoke extends Command {
constructor(client: Lavamusic);
run(client: Lavamusic, ctx: Context, args: string[]): Promise<void>;
}
58 changes: 58 additions & 0 deletions dist/commands/filters/Karaoke.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/filters/Karaoke.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/filters/NightCore.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 NightCore extends Command {
constructor(client: Lavamusic);
run(client: Lavamusic, ctx: Context, args: string[]): Promise<void>;
}
58 changes: 58 additions & 0 deletions dist/commands/filters/NightCore.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/filters/NightCore.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/filters/Pitch.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 Pitch extends Command {
constructor(client: Lavamusic);
run(client: Lavamusic, ctx: Context, args: string[]): Promise<void>;
}
Loading

0 comments on commit a2a06b6

Please sign in to comment.