Skip to content

Commit

Permalink
heartBeat() -> heartbeat()
Browse files Browse the repository at this point in the history
  • Loading branch information
GleammerRay committed Jul 21, 2024
1 parent 47005fa commit ac41f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gleamcord.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export class Gateway {
return;
case 1:
// Heartbeat
this._heartBeat();
this._heartbeat();
return;
case 7:
// Reconnect
Expand Down

0 comments on commit ac41f41

Please sign in to comment.