From d4e3ea60e33b8f0b37951ced73afb44dadcb9fa0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 29 Nov 2024 18:23:22 -0800 Subject: [PATCH] Update settings.py --- modules/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/settings.py b/modules/settings.py index e7aaa25..97a0bab 100644 --- a/modules/settings.py +++ b/modules/settings.py @@ -5,7 +5,7 @@ import configparser # messages NO_DATA_NOGPS = "No location data: does your device have GPS?" ERROR_FETCHING_DATA = "error fetching data" -WELCOME_MSG = 'MeshBot, here for you like a friend who is not. Try sending: ping @foo or, cmd? for more' +WELCOME_MSG = 'MeshBot, here for you like a friend who is not. Try sending: ping @foo or, CMD? for more' MOTD = 'Thanks for using MeshBOT! Have a good day!' NO_ALERTS = "No weather alerts found."