2023-04-12 10:17:18 -04:00
|
|
|
export const errorMessages = [
|
2023-04-09 19:45:06 -04:00
|
|
|
"Uh oh, looks like something went awry! Try !reset to start fresh.",
|
|
|
|
"Oops, we hit a bump in the road! Give !reset a try to start anew.",
|
|
|
|
"We've encountered an error, but !reset can help us out! Give it a go.",
|
|
|
|
"Looks like something went wrong, but don't worry! !reset will give us a clean slate.",
|
|
|
|
"Oh no, we've hit a snag! Try !reset to see if that solves the issue.",
|
|
|
|
"Don't panic, but something went wrong. !reset can help us get back on track.",
|
|
|
|
"Sorry about that! Give !reset a try and we'll start over.",
|
|
|
|
"An error occurred, but we can fix it! Try !reset to start a fresh session.",
|
|
|
|
"Whoops! Something went wrong, but !reset can help us get back on track.",
|
|
|
|
"Looks like we hit a bump in the road. Give !reset a try to get us back on track.",
|
|
|
|
"We've encountered an issue, but don't worry! Try !reset to start anew.",
|
|
|
|
"Oh dear, something's not quite right. Give !reset a go to start over.",
|
|
|
|
"Oops, something went wrong. But don't worry, !reset will get us back on track!",
|
|
|
|
"Looks like we've encountered an error. Give !reset a try to start a new session.",
|
|
|
|
"Sorry about that! Give !reset a go and we'll start over.",
|
|
|
|
"An error occurred, but we can fix it! Try !reset to start over.",
|
|
|
|
"Uh oh, something went wrong. But don't worry, !reset can help us out.",
|
|
|
|
"Looks like we hit a roadblock, but !reset can get us back on track!",
|
|
|
|
"We've encountered a problem, but don't fret! Give !reset a try to start anew.",
|
|
|
|
"Oopsie daisy! Give !reset a try and we'll start over."
|
|
|
|
];
|
|
|
|
|
2023-04-12 10:17:18 -04:00
|
|
|
export const busyResponses = [
|
2023-04-09 20:42:58 -04:00
|
|
|
"Sorry about that! Looks like I'm tied up at the moment. Please try again later.",
|
|
|
|
"Oops, I'm currently busy with something else. Please try again later.",
|
|
|
|
"Looks like I'm already working on something. Can you try again later?",
|
|
|
|
"I'm currently occupied with another process. Can you try again later?",
|
|
|
|
"I'm currently unavailable. Can you try again in a bit?",
|
|
|
|
"Looks like I'm currently busy. Can you check back later?",
|
|
|
|
"I'm currently engaged with another process. Please try again later.",
|
|
|
|
"I'm afraid I'm currently occupied with another request. Can you try again later?",
|
|
|
|
"Sorry, I'm currently busy with another task. Can you try again later?",
|
|
|
|
"I'm currently tied up with another request. Please try again later.",
|
|
|
|
"Looks like I'm currently busy with something else. Can you try again later?",
|
|
|
|
"I'm currently engaged with another task. Please try again later.",
|
|
|
|
"Sorry, I'm currently occupied with another process. Can you try again later?",
|
|
|
|
"I'm currently occupied with another task. Can you try again later?",
|
|
|
|
"I'm currently in the middle of another process. Can you try again later?",
|
|
|
|
"Sorry, I'm currently engaged with another task. Please try again later.",
|
|
|
|
"I'm currently in the middle of something else. Please try again later.",
|
|
|
|
"I'm afraid I'm busy with something else at the moment. Can you try again later?",
|
|
|
|
"Looks like I'm currently engaged with something else. Please try again later.",
|
|
|
|
"I'm currently unavailable. Can you try again later?"
|
2023-04-12 10:17:18 -04:00
|
|
|
];
|