Skip to content

Commit

Permalink
Merge pull request #2 from Naveen-xd2580/bug-fixes
Browse files Browse the repository at this point in the history
Update dev.py
  • Loading branch information
Naveen-X authored Jul 15, 2021
2 parents 541364e + 69e5ee6 commit 1d5c73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Stark/Plugins/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def eval(bot, message):
capt = "Eval Result!"
else:
capt = cmd
await edit_or_send_as_file(final_output, stark, client, capt, "Eval-result")
await edit_or_send_as_file(final_output, stark, bot, capt, "Eval-result")


async def aexec(code, client, message):
Expand Down Expand Up @@ -107,7 +107,7 @@ async def terminal(bot, message):
**➥ ʀᴇᴛᴜʀɴ ᴄᴏᴅᴇ :**
`{ret}`
"""
await edit_or_send_as_file(lol, stark, client, cmd, "bash-result")
await edit_or_send_as_file(lol, stark, bot, cmd, "bash-result")


async def run_command(cmd):
Expand Down

0 comments on commit 1d5c73a

Please sign in to comment.