UNPKG

rcnlx

Version:

A cli to generate discord.js projects

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`); });