Skip to content

Commit aaf439f

Browse files
committed
🔧 dev: fix exec command non working because of discore being trash
1 parent a5ca0ad commit aaf439f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/developer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async def _exec(self, i: discore.Interaction, code: str) -> None:
9696
await i.followup.send(f"```{e}```")
9797
return
9898
await i.followup.send(
99-
f"```py\n{discore.utils.sanitize(res, limit=1990)}\n```")
99+
f"```py\n{discore.sanitize(res, limit=1990)}\n```")
100100

101101
@discore.app_commands.command(
102102
name="log",

0 commit comments

Comments
 (0)