bot icon indicating copy to clipboard operation
bot copied to clipboard

Fix backtick parsing in docs command

Open Sylver-Icy opened this issue 1 month ago • 0 comments

Implements the clean fix. Replaces .strip("”)with.replace(”", "").split()[0] to properly handle symbols formatted with backticks and trailing text. This ensures the docs command resolves the correct symbol even if users type symbol extra-stuff.

Sylver-Icy avatar Nov 21 '25 03:11 Sylver-Icy