Prevent escaping
This commit is contained in:
parent
ae3dc2db75
commit
17f2d32f60
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ class DevCog(commands.Cog):
|
|||
return
|
||||
|
||||
await ctx.send(
|
||||
f"```py\n{self.resolve_variable(response)}````{type(response).__name__} | {(time() - a) / 1000} ms`"
|
||||
f"```py\n{self.resolve_variable(response.replace('`', ''))}````{type(response).__name__} | {(time() - a) / 1000} ms`"
|
||||
)
|
||||
except Exception:
|
||||
await ctx.send(f"Error occurred:```\n{traceback.format_exc()}```")
|
||||
|
|
Loading…
Add table
Reference in a new issue