Remove bold username

This commit is contained in:
2024-07-20 05:21:44 +02:00
parent 2b5b446eb3
commit 61550b513b

View File

@ -160,6 +160,7 @@ async def on_message(message: discord.Message) -> None:
# Remove LoviBot: from the response
if response:
response = response.removeprefix("LoviBot:").strip()
response = response.removeprefix("**LoviBot:**").strip()
if response:
logger.info("Responding to message: %s with: %s", message.content, response)