Skip to content

Commit

Permalink
Update dm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chsaiujwal authored Feb 14, 2021
1 parent 30b2535 commit c1e7ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fridaybot/modules/dm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def _(event):
if event.fwd_from:
return
d = event.pattern_match.group(1)

print("dafaq" + str(d))
c = d.split(" ")

chat_id = c[1]
Expand Down

0 comments on commit c1e7ff5

Please sign in to comment.