giving errors and responses a more human feel.
This commit is contained in:
24
assets/resetMessages.js
Normal file
24
assets/resetMessages.js
Normal file
@ -0,0 +1,24 @@
|
||||
const resetResponses = [
|
||||
"Whoops, let's start fresh! What can I assist you with now?",
|
||||
"Looks like we need a fresh start! What do you need help with?",
|
||||
"To avoid any gremlins in the system, let's reset! How can I assist you now?",
|
||||
"I'm hitting the reset button, so let's get back to business! What can I help you with today?",
|
||||
"Let's wipe the slate clean and try again! What can I help you with now?",
|
||||
"Alright, let's start over and get back on track! What do you need help with?",
|
||||
"I'm giving our conversation a fresh start to avoid any bugs. How can I assist you now?",
|
||||
"We're starting from square one to make sure everything's running smoothly. What can I help you with?",
|
||||
"Time for a do-over! What do you need help with?",
|
||||
"A reset should do the trick! What can I help you with now?",
|
||||
"Let's hit the reset button and get back to solving problems. What do you need help with?",
|
||||
"I'm wiping the slate clean so we can get back on track. What do you need assistance with now?",
|
||||
"Let's start again to avoid any technical hiccups. What can I help you with now?",
|
||||
"A fresh start is just what we need! How can I assist you now?",
|
||||
"I'm resetting our conversation to avoid any more glitches. What can I help you with today?",
|
||||
"I'm rebooting our chat to make sure everything runs smoothly. What can I assist you with now?",
|
||||
"Sometimes a fresh start is the best approach! What do you need help with?",
|
||||
"I'm starting us anew to avoid any pesky bugs. What can I help you with today?",
|
||||
"To keep things running smoothly, I'm resetting our conversation. What can I help you with?",
|
||||
"Let's hit the restart button to make sure we're on the right track. What can I help you with now?"
|
||||
];
|
||||
|
||||
module.exports = resetResponses;
|
Reference in New Issue
Block a user