Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with move queries with * in the input not being handled correctly #15

Merged
merged 3 commits into from
Jul 18, 2024

Conversation

AbhijeetKrishnan
Copy link
Contributor

e.g. Asuka f+3* and Asuka f+3*n were not correctly retrieved with a corresponding move query due to issues with how the * was processed for Discord Markdown.

`*` was previously being escaped in move input while storing in FrameDb, since
it is a formatting character in Discord Markdown. However, this causes issues
when attempting to recognize move input queries. The input is now stored as is,
with the conversion to Discord Markdown done when the embed is being built.
@TLNBS2405
Copy link
Owner

Hey it seems like the test is failing :) can you make it work then I will merge it

@TLNBS2405 TLNBS2405 merged commit 4dc1598 into TLNBS2405:master Jul 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants