mxyng / discollama

Run an AI-powered Discord bot from the comfort of your laptop.
MIT License
129 stars 22 forks source link

Answer in thread without mentionning again #12

Open Pauldb8 opened 8 months ago

Pauldb8 commented 8 months ago

Hello,

I am having a blast using this, it works just right ! Now I notice I can't continue the conversation in the thread after I made the first question. I wish to continue the discussion in the thread, can we make it ?

Thank you very much for this !

mxyng commented 8 months ago

This is tricky. discollama uses the mention to identify when it's supposed to respond. Without a check like this, it'll try to respond to every single message.

For example, if person A starts a thread with discollama, person B can jump in a respond to person A. discollama will try to respond to person B even though its not the intended recipient

endo9000 commented 8 months ago

an option would be to at least have it reply to replies to its last response? 🤔 but that would also mean as soon as person B answers that message (as a 'mention') that the bot would respond.

its tricky to find the right way. i feel like @discollama is already good.