There was an error while loading. Please reload this page.
1 parent a5ca0ad commit aaf439fCopy full SHA for aaf439f
1 file changed
cogs/developer.py
@@ -96,7 +96,7 @@ async def _exec(self, i: discore.Interaction, code: str) -> None:
96
await i.followup.send(f"```{e}```")
97
return
98
await i.followup.send(
99
- f"```py\n{discore.utils.sanitize(res, limit=1990)}\n```")
+ f"```py\n{discore.sanitize(res, limit=1990)}\n```")
100
101
@discore.app_commands.command(
102
name="log",
0 commit comments