mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Typo
This commit is contained in:
parent
2437f77786
commit
7e752f577d
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ async def cmd_eval(self: Client, ctx: Message, strings) -> Optional[str]:
|
|||
else await ctx.reply_msg(strings("run_eval"), quote=True)
|
||||
)
|
||||
code = (
|
||||
ctx.text.split(maxsplit=1)[1] if ctx.command else msg.split("\napp.run()")[0]
|
||||
ctx.text.split(maxsplit=1)[1] if ctx.command else ctx.text.split("\napp.run()")[0]
|
||||
)
|
||||
out_buf = io.StringIO()
|
||||
out = ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue