scarletcafe / jishaku

A debugging and testing cog for discord.py rewrite bots.
https://jishaku.readthedocs.io/en/latest/
MIT License
541 stars 181 forks source link

escape sequence for source command #92

Closed bhagyajbijukumar closed 3 years ago

bhagyajbijukumar commented 3 years ago

Rationale

I have been facing issues with src cmd when i have md syntaxes in it

Summary of changes made

I have used discord.utils.escape_markdown to solve this issue

Checklist