forked from snxraven/llama-cpp-python-djs-bot
rand
This commit is contained in:
@ -29,4 +29,4 @@ const emptyResponses = [
|
||||
"I wish I had some grand insight to share, but alas, I don't have much to offer in that regard."
|
||||
];
|
||||
|
||||
module.exports = emptyResponses;
|
||||
module.exports = emptyResponses;
|
@ -21,12 +21,27 @@ const errorMessages = [
|
||||
"Oopsie daisy! Give !reset a try and we'll start over."
|
||||
];
|
||||
|
||||
module.exports = errorMessages;
|
||||
const busyResponses = [
|
||||
"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?"
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
module.exports = { errorMessages, busyResponses};
|
@ -44,4 +44,4 @@ const resetResponses = [
|
||||
"Conversation reset, confirmed! What do you need help with?"
|
||||
];
|
||||
|
||||
module.exports = {resetResponses, userResetMessages};
|
||||
module.exports = {resetResponses, userResetMessages};
|
Reference in New Issue
Block a user