From 94bb60f96ba28e225fe3d38b095b06216aeb8270 Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 27 Jan 2022 12:51:52 +0100 Subject: [PATCH] modules/CommandGetText.py --- modules/CommandGetText.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/CommandGetText.py b/modules/CommandGetText.py index 8738063..e603455 100644 --- a/modules/CommandGetText.py +++ b/modules/CommandGetText.py @@ -31,8 +31,4 @@ class CommandGetText(AbstractCommand): request.respond_cmd_err("``/"+self.TRIGGER+"`` Must be executed in the same channel as the permalinked post.") return - if "somebot_removed_post_text" not in post["props"]: - request.respond_cmd_err("``/"+self.TRIGGER+"`` The permalinked post has no known removed text.") - return - request.respond_cmd_temp("## :white_check_mark: Success! :)\n```\n"+post["message"]+"\n```") -- 2.43.0