@ -32,7 +32,7 @@ from services.environment_service import EnvService
from models.openai_model import Model
__version__ = "10.9.16"
__version__ = "10.9.17"
PID_FILE = Path("bot.pid")
@ -735,7 +735,11 @@ class TextService:
)
thinking_embed.set_footer(text="This may take a few seconds.")
thinking_message = await message.reply(embed=thinking_embed)
try:
except:
pass
await message.channel.trigger_typing()
except Exception: