mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 14:24:51 +00:00
Pyrofork: clean debug print
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
1300819269
commit
f888ef5387
1 changed files with 0 additions and 2 deletions
|
|
@ -130,8 +130,6 @@ class Dispatcher:
|
||||||
)
|
)
|
||||||
|
|
||||||
async def story_parser(update, users, chats):
|
async def story_parser(update, users, chats):
|
||||||
print(update)
|
|
||||||
print(update.story)
|
|
||||||
return (
|
return (
|
||||||
await pyrogram.types.Story._parse(self.client, update.story, update.peer),
|
await pyrogram.types.Story._parse(self.client, update.story, update.peer),
|
||||||
StoryHandler
|
StoryHandler
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue