bot
bot copied to clipboard
Fix backtick parsing in docs command
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.