mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Remove unneeded check
This commit is contained in:
parent
fd04648ea0
commit
0c46b653ec
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ class SendMediaGroup(Scaffold):
|
|||
raw.types.InputSingleMedia(
|
||||
media=media,
|
||||
random_id=self.rnd_id(),
|
||||
**await self.parser.parse(i.caption or "", i.parse_mode)
|
||||
**await self.parser.parse(i.caption, i.parse_mode)
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue