diff --git a/ubot/command_handler.py b/ubot/command_handler.py index 1f73e8e..8e9fd77 100644 --- a/ubot/command_handler.py +++ b/ubot/command_handler.py @@ -82,7 +82,7 @@ class CommandHandler(): return try: - await event.answer([i for i in photos if i]) + await event.answer([i for i in photos if i], gallery=True) except: pass