Skip to content

Commit

Permalink
fix(Kirishima): eslint check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Mar 14, 2022
1 parent eee1478 commit 42daac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Structures/Kirishima.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class Kirishima extends EventEmitter {
return resolveTracks!;
}

public async spawnPlayer(options: KirishimaPlayerOptions, node?: KirishimaNode) {
public spawnPlayer(options: KirishimaPlayerOptions, node?: KirishimaNode) {
node ??= this.resolveNode();
return this.options.spawnPlayer!(options.guildId, options, node!);
}
Expand Down

0 comments on commit 42daac6

Please sign in to comment.