shipgirlproject / Shoukaku

A stable, powerful and updated wrapper around Lavalink
https://guide.shoukaku.shipgirl.moe/
MIT License
273 stars 84 forks source link

Fix typo in src/node/Node.ts #144

Closed thaddeuskkr closed 1 year ago

thaddeuskkr commented 1 year ago

There's a typo in this line:

this.emit('debug', `[Socket] <-> [${this.name}] : Connection Handshake Done! ${this.url} | Upgrade Headers Resuned: ${resumed}`);

Resuned -> Resumed
Doesn't matter too much since it's in debug output, but it's there 😄