From feb0ce6463caf1f2e183a26aea04188d78bea579 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 27 Nov 2020 11:33:03 -0500 Subject: [PATCH] [-] Remove 'Done!' response from /test --- src/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands.py b/src/commands.py index 1b38e6d..7b7db09 100644 --- a/src/commands.py +++ b/src/commands.py @@ -147,7 +147,6 @@ def test(update: Update, context: CallbackContext): return "File too large (>60kb)." context.bot.send_document(chat_id=chat.id, document=BytesIO(bytes(text, 'utf-8')), filename=name + '.txt') - return 'Done!' def interval(update: Update, context: CallbackContext):