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
/
warn.js
5 lines
•
92 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
=
function
(
bot
) { bot.
on
(
'warn'
,
() =>
{
console
.
warn
() }) }