UNPKG
discord-guard
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.0
A discord verifacation bot that uses a captcha.
discord-guard
/
src
/
Client
/
reconnect.js
5 lines
•
127 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
=
function
(
bot
) { bot.
on
(
'reconnect'
,
() =>
{
console
.
log
(
`Reconnecting at
${
new
Date
()}
`
) }) }