Changed boot message

This commit is contained in:
walcutt 2024-02-27 23:06:24 -05:00
parent 38cbb0b961
commit c4e485f541

View File

@ -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 :)",
};