From 8001f68b1303d5ff7a1b4e555c2eb84e3cb617f2 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 27 Nov 2024 16:52:26 +0000 Subject: [PATCH] docs: add @retoor mention to project documentation or changelog --- 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 3edf48f..4a1d491 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -22,7 +22,7 @@ class Bot: "no-spam4": "vira", } self.name = names.get(self.name, "everyone") - self.mark_text = "I am {} and downvoted you because you are 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. Have a nice day!".format( + self.mark_text = "I am {} and downvoted you because you are 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. Have a nice day!\n\n@retoor: are you proud?".format( self.name ) self.auth = None