Containerize bot and server in one stack.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const emptyResponses = [
|
||||
export const emptyResponses = [
|
||||
"Oh boy, this is a tough one! Unfortunately, I don't have much insight to share on this topic.",
|
||||
"Hmm, I'm scratching my head on this one. Sorry to say that I don't have much to offer.",
|
||||
"Wish I had a witty remark, but alas, I don't have much to contribute to this discussion.",
|
||||
@ -27,6 +27,4 @@ const emptyResponses = [
|
||||
"Honestly, I'm a bit lost on this one, so I don't have much to contribute to this debate.",
|
||||
"I'm afraid I don't have much experience with this, so I can't be of much help.",
|
||||
"I wish I had some grand insight to share, but alas, I don't have much to offer in that regard."
|
||||
];
|
||||
|
||||
module.exports = emptyResponses;
|
||||
];
|
Reference in New Issue
Block a user