UNPKG

ogmatrix-event

Version:

A cool Discord Event Handler.

7 lines (6 loc) 235 B
const client = require('../index.js') // reconnecting /* Emitted whenever the client tries to reconnect to the WebSocket. */ client.on("reconnecting", () => { console.log(`client tries to reconnect to the WebSocket`); });