diff --git a/src/server/serve.ts b/src/server/serve.ts index 7260d8e..588bea6 100644 --- a/src/server/serve.ts +++ b/src/server/serve.ts @@ -20,7 +20,109 @@ export const serve = async (bot: ExtendedClient) => { app.use(express.json()); app.get("/", (_req, res) => { - res.status(200).send("Health check good!"); + res.status(200).send(` + + + + Art 4 Palestine Bot + + + + + + + + +
+

Art 4 Palestine Bot

+
+

A bot to facilitate our initiative to raise funds for Palestine relief charities by rewarding donors with art.

+
+
+

Links

+

+ + Source Code + +

+

+ + Documentation + +

+

+ + Support + +

+
+
+ + +`); }); const httpServer = http.createServer(app);