mirror of https://github.com/coddrago/Heroku
Fix typo
parent
07c3cb15e6
commit
0138fe15db
|
@ -325,7 +325,7 @@ class Utils(InlineUnit):
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if not any(media_params):
|
if all(media_params):
|
||||||
try:
|
try:
|
||||||
await self.bot.edit_message_text(
|
await self.bot.edit_message_text(
|
||||||
text,
|
text,
|
||||||
|
|
Loading…
Reference in New Issue