UNPKG

discord-guard

Version:

A discord verifacation bot that uses a captcha.

5 lines 127 B
module.exports = function (bot) { bot.on('reconnect', () => { console.log(`Reconnecting at ${new Date()}`) }) }