dborodin836 / TF2-GPTChatBot

An AI-powered chatbot for Team Fortress 2 fans and players.
GNU General Public License v3.0
13 stars 1 forks source link

Message sending delay (+queueing) #77

Closed teufortressIndustries closed 10 months ago

teufortressIndustries commented 11 months ago

Some servers don't allow messages to be sent too quickly, so I think adding a customizable delay before sending a continuation of the previous message might prevent this. And when multiple users are using the bot, I would like the bot to finish sending the first message it generated first, before sending the next ones. (Or somehow label the message so that it is clear who it is being sent to)

image

dborodin836 commented 10 months ago

Hi @teufortressIndustries.

Thanks for bringing up this issue.

I have made several key enhancements based on your feedback:

teufortressIndustries commented 10 months ago

Thanks again for the great work you have done.