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):