-
-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
- Loading branch information
There are no files selected for viewing
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>; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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>; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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>; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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>; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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>; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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>; | ||
} |