diff --git a/src/AutoDM.js b/src/AutoDM.js index 36dc36d..13fdbb3 100644 --- a/src/AutoDM.js +++ b/src/AutoDM.js @@ -41,7 +41,7 @@ const GenerateMessage = name => { ]; const d = new Date(); const dayName = days[d.getDay()]; - return `Hi ${name} Thanks for .... \n Happy ${dayName} 😊😊 `; // your message + return `Hi ${name} This is Viola from Inkstone. Welcome! I just thought you’d be interested in a story published today about health care in China that I worked on in the last couple of weeks. ${dayName} 😊😊 `; // your message // My message return `Hi ${name} Thanks for being a part of my social media network. I'am the @PicsrushE founder,A new Online Image Editor completely with web technologies,I'm also a reactjs developer and medium blogger.\n Happy to discuss anytime 😊 \n Happy ${dayName} 😊😊 `; };