From 2e83a5aa838aae0b84d2cb35e24315ba87a0f123 Mon Sep 17 00:00:00 2001 From: Nick80835 Date: Mon, 25 May 2020 14:38:53 -0400 Subject: [PATCH] enable gallery for inline photos --- ubot/command_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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