diff --git a/src/remember_remember_bot/commands.py b/src/remember_remember_bot/commands.py index 8441a9e..8a3903a 100644 --- a/src/remember_remember_bot/commands.py +++ b/src/remember_remember_bot/commands.py @@ -94,4 +94,7 @@ def reply( our_reply.quote = quote if attachment: our_reply.set_file(attachment) - chat.send_msg(our_reply) + try: + chat.send_msg(our_reply) + except ValueError: + print(text)