diff --git a/bot/modules/mirror.py b/bot/modules/mirror.py index e146765c65c..52a47f98fbe 100644 --- a/bot/modules/mirror.py +++ b/bot/modules/mirror.py @@ -208,7 +208,7 @@ def onUploadComplete(self, link: str, size, files, folders, typ): msg = f'Name: {link}\n' msg += f'Total Files: {count}' sendMessage(msg, self.bot, self.update) - elif count != 1: + else: chat_id = chat_id[4:] msg = f"Name: {link}\n" msg += f'Total Files: {count}\n'