mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Pyrofork: fix typo in Story
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
0c93081af9
commit
bb9abd880e
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class Story(Object, Update):
|
||||||
self.caption = caption
|
self.caption = caption
|
||||||
self.caption_entities = caption_entities
|
self.caption_entities = caption_entities
|
||||||
self.views = views
|
self.views = views
|
||||||
self.privay = privacy
|
self.privacy = privacy
|
||||||
self.forward_from = forward_from
|
self.forward_from = forward_from
|
||||||
self.allowed_users = allowed_users
|
self.allowed_users = allowed_users
|
||||||
self.denied_users = denied_users
|
self.denied_users = denied_users
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue