From b4ebd78347f678ea202da769f337684300fa0ec7 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 10 Dec 2024 09:36:38 +0000 Subject: [PATCH] feat: add initial commit message with placeholder text for project setup --- src/ragnar/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index 11584ca..54b902f 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -25,7 +25,7 @@ class Bot: "no-spam4": "Vira", } self.name = self.names.get(self.name, "everyone") - self.mark_text = f"I am {self.name} and downvoted this post because post is considered spam. Your message will be removed from this community site due too much downvotes. See my profile for more information. Read my source code mentioned on my profile to see what you did wrong. Should be no problem for a developer.\n\nHave a nice day!\n\n\nIf the post is not spam, please mention @retoor in the comments of this rant." + self.mark_text = f"I am {self.name} and downvoted this post because post is considered spam. Your message will be removed from this community site due too much downvotes. See my profile for more information. Read my source code mentioned on my profile to see what you did wrong. Should be no problem for a developer.\n\nHave a nice day!\n\n\nIf the post is not spam, please mention @retoor in the comments of this rant.\n\n@ other ranters downvote this rant to fight spam together! Appearantly there are not enough ragnar bots to downvote this rant, that's why you see this message." self.auth = None self.triggers = [ "$",