Skip to content

Commit

Permalink
Update shippering.py
Browse files Browse the repository at this point in the history
Remove some line
  • Loading branch information
lalrochhara authored Jul 11, 2022
1 parent 6049e79 commit 6f4b669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bawihtei/modules/shippering.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def dt_tom():
tomorrow = str(dt_tom())


@app.on_message(filters.command("couples") & ~filters.edited)
@app.on_message(filters.command("couples")
@capture_err
async def couple(_, message):
if message.chat.type == "private":
Expand Down

0 comments on commit 6f4b669

Please sign in to comment.