play4honor / discord_quote_bot

A bot that brings the "quote" feature to Discord.
2 stars 1 forks source link

!me command ignores U+0022 marks (") #97

Open KingXiaoDi opened 2 years ago

KingXiaoDi commented 2 years ago

When using the !me command, quotation marks are ignored, which can cause problems if they are used for emphasis. See below for example commands and what they return:

image

This issue may appear on other commands.

Process

User employs the "!me" quote-bot command and includes U+0222 marks (") in their text

Expected Result

quote-bot includes the U+0222 marks (") in its message, e.g. !me "tests" returns [username] "tests"

Actual Result

quote-bot ignores the U+0222 marks (") in its message, e.g. !me "tests" returns [username] tests