Remove unneeded check
This commit is contained in:
parent
fd04648ea0
commit
0c46b653ec
@ -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 New Issue
Block a user