auth-bot

Discord Bot to verify user, allowing server owner to recover server by pulling back members.
git clone https://codeberg.org/night0721/auth-bot
Log | Files | Refs | README | LICENSE

commit 055a65088f94c38a7707eaf16f91ac043d89d5b3
parent caddf70fb7b214f060c5b98aa453c34945e4198e
Author: NK <[email protected]>
Date:   Mon, 10 Apr 2023 15:20:22 +0100

smh

Diffstat:
Mbot.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bot.js b/bot.js @@ -1,5 +1,5 @@ const Client = require("./client/Client"); const client = new Client(); module.exports = client; -// process.on("unhandledRejection", () => {}); // add // when need to debug +process.on("unhandledRejection", () => {}); // add // when need to debug client.start();