From ee391cb2505cd4da4998722c80b3d496c12bff0f Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Fri, 26 Jan 2024 05:02:21 -0500 Subject: [PATCH] Update MOTD --- src/util/motd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/motd.ts b/src/util/motd.ts index a47fe74..1e73601 100644 --- a/src/util/motd.ts +++ b/src/util/motd.ts @@ -1,3 +1,3 @@ export function getMOTD() { - return "This site is loud!"; + return "This site makes a lot of sound! You may want to adjust the volume before continuing."; }