Skip to content

Commit

Permalink
Update Telegraph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 18, 2024
1 parent 233dcf6 commit 9993e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shizuchat/modules/Telegraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from shizuchat import shizuchat as Client


@Client.on_message(filters.command("telegrap") & filters.private)
@Client.on_message(filters.command("tm") & filters.private)
async def telegraph_upload(bot, update):
replied = update.reply_to_message
if not replied:
Expand Down

0 comments on commit 9993e10

Please sign in to comment.