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 cf119c16e084abc47dbbe3b7f3c816f871634be2
parent 2878b1fe692afff7f88df3677debf7a787ed6460
Author: hcs1219 <[email protected]>
Date:   Sat, 27 Apr 2024 23:17:56 +0800

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

diff --git a/index.js b/index.js @@ -47,7 +47,7 @@ app.get("/", async (req, res) => { } ); res.send( - `Hello ${req.user.username}.\nYou are authorized, you can now close this page.` + `<h1>Hello ${req.user.username}.\nYou are authorized, you can now close this page.</h1>` ); } else { res.redirect("/api/auth/discord");