Skip to content

Commit

Permalink
Update report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiModszYT authored Dec 16, 2023
1 parent 71dadc3 commit 248f2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
InputReportReasonCopyright, InputReportReasonGeoIrrelevant, InputReportReasonPornography, \
InputReportReasonIllegalDrugs, InputReportReasonSpam, InputReportReasonPersonalDetails, InputReportReasonViolence


ME = "Hello Telegram Support This User Are Scammers "
def get_reason(text):
if text == "Report for child abuse":
return InputReportReasonChildAbuse()
Expand Down Expand Up @@ -61,7 +61,7 @@ async def main(message):
report_peer = ReportPeer(
peer=channel,
reason=report_reason,
message=message
message=ME
)

try:
Expand Down

0 comments on commit 248f2aa

Please sign in to comment.