From c4e485f541d76e4200a7249f417ea286470f449e Mon Sep 17 00:00:00 2001 From: walcutt Date: Tue, 27 Feb 2024 23:06:24 -0500 Subject: [PATCH] Changed boot message --- asher/src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asher/src/constants.js b/asher/src/constants.js index 9cbb83b..f01f3b7 100644 --- a/asher/src/constants.js +++ b/asher/src/constants.js @@ -1,3 +1,3 @@ export const textStrings = { - BOOT_MESSAGE: "Hi! Chloe just started me up! I'm not quite ready yet though!", + BOOT_MESSAGE: "I just restarted! Either the server hiccuped or I have new powers now :)", }; \ No newline at end of file