Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/AutoDM.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} 😊😊 `;
};

Expand Down