mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-06 07:12:58 +00:00
Fixed the problem with using the '\!chat' command
This commit is contained in:
@@ -57,7 +57,7 @@ async function convoManager(clientinp, bot, message) {
|
||||
|
||||
dbo.updateOne(doc, {$set: {convo: convo}});
|
||||
response = response.replaceAll('AI: ', '').replaceAll('AI:\n', '');
|
||||
console.log(response);
|
||||
|
||||
message.reply(response);
|
||||
});
|
||||
}
|
||||
@@ -66,5 +66,8 @@ async function convoManager(clientinp, bot, message) {
|
||||
module.exports = {
|
||||
name: 'chat',
|
||||
description: 'chat',
|
||||
convoManager
|
||||
convoManager,
|
||||
execute(message, args, Discord, Client, bot) {
|
||||
message.reply("Please DM Selmer bot to use this command!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user