Skip to content

Commit

Permalink
Merge pull request #16 from TheTeamAlexa/autofix
Browse files Browse the repository at this point in the history
Format code.
  • Loading branch information
TheTeamAlexa authored Nov 28, 2022
2 parents 4091577 + bbe115f commit 3918dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AlexaMusic/plugins/devs/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ async def edit_or_reply(msg: Message, **kwargs):
spec = getfullargspec(func.__wrapped__).args
await func(**{k: v for k, v in kwargs.items() if k in spec})


@app.on_message(filters.command("eval") & filters.user(OWNER_ID))
async def executor(client, message):
if len(message.command) < 2:
Expand Down

0 comments on commit 3918dc3

Please sign in to comment.