Skip to content

Commit

Permalink
chore: allow eslint rule since this is used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Aug 23, 2024
1 parent 76abc17 commit 3bcf490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
![NPM](https://img.shields.io/npm/l/shoukaku?style=flat-square)

<p align="center">
<img src="https://safe.saya.moe/DUNKJZUS7Nud.jpg" height=768 width=544>
<img src="https://safe.saya.moe/OlYoY5xxkMLO.png">
</p>

> Shoukaku, from Azur Lane, drawn by: @hoshimaro15
> Shoukaku, from Azur Lane, drawn by: elfenlied22
### Features

Expand Down Expand Up @@ -79,6 +79,6 @@ new Shoukaku(new Connectors.DiscordJS(client), Nodes, Options);

- [Lavalink](https://github.com/lavalink-devs/Lavalink)

### Made with ❤ by @ichimakase (Saya)
### Code made with ❤ by @ichimakase (Saya)

> The Shipgirl Project
1 change: 1 addition & 0 deletions src/node/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export class Node extends TypedEventEmitter<NodeEvents> {
*/
private open(response: IncomingMessage): void {
const resumed = response.headers['session-resumed'];
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
this.emit('debug', `[Socket] <-> [${this.name}] : Connection Handshake Done! ${this.url} | Resumed Header Value: ${resumed}`);
this.reconnects = 0;
this.state = State.NEARLY;
Expand Down

0 comments on commit 3bcf490

Please sign in to comment.