newline
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 26s
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 26s
This commit is contained in:
parent
f5f3108cd6
commit
7e9dadef1e
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ export default async (client: Client, isDev: boolean) => {
|
||||||
player.on("debug", async (message) => {
|
player.on("debug", async (message) => {
|
||||||
console.log(`General player debug event: ${message}`);
|
console.log(`General player debug event: ${message}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
player.events.on("debug", async (_, message) => {
|
player.events.on("debug", async (_, message) => {
|
||||||
console.log(`Player debug event: ${message}`);
|
console.log(`Player debug event: ${message}`);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue