Remove bold username
This commit is contained in:
parent
2b5b446eb3
commit
61550b513b
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -160,6 +160,7 @@ async def on_message(message: discord.Message) -> None:
|
||||||
# Remove LoviBot: from the response
|
# Remove LoviBot: from the response
|
||||||
if response:
|
if response:
|
||||||
response = response.removeprefix("LoviBot:").strip()
|
response = response.removeprefix("LoviBot:").strip()
|
||||||
|
response = response.removeprefix("**LoviBot:**").strip()
|
||||||
|
|
||||||
if response:
|
if response:
|
||||||
logger.info("Responding to message: %s with: %s", message.content, response)
|
logger.info("Responding to message: %s with: %s", message.content, response)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue