From 4c325578fae25a5d8718be569140fc71ff0846b1 Mon Sep 17 00:00:00 2001 From: Codapop Date: Mon, 1 Jan 2024 16:09:48 +0800 Subject: [PATCH] Update info message to remove reddit-specific info. Update bot replies to remove dummy discord. --- bot_commands.py | 6 +++--- data_dictionaries/bot_replies.yaml | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/bot_commands.py b/bot_commands.py index 6f33dde..15469b1 100644 --- a/bot_commands.py +++ b/bot_commands.py @@ -89,7 +89,7 @@ async def based_and_pilled(user_actor_id: str, flair_name: str, pill: Optional[d f"Rank: {combined_rank}\n\n" f"Pills: {combined_pills}\n\n" f"Compass: {user.format_compass()}\n\n" - f"I am a bot. Reply /info for more info. Please join our [official pcm discord server](https://discord.gg/FyaJdAZjC4)." + f"I am a bot. Reply /info for more info." ) elif user.based_count % 5 == 0: if rank_up is not None: @@ -99,7 +99,7 @@ async def based_and_pilled(user_actor_id: str, flair_name: str, pill: Optional[d f"Congratulations, {user_mention}! You have ranked up to {combined_rank}! {rank_up}\n\n" f"Pills: {combined_pills}\n\n" f"Compass: {user.format_compass()}\n\n" - f"I am a bot. Reply /info for more info. Please join our [official pcm discord server](https://discord.gg/FyaJdAZjC4)." + f"I am a bot. Reply /info for more info." ) # normal reply return ( @@ -107,7 +107,7 @@ async def based_and_pilled(user_actor_id: str, flair_name: str, pill: Optional[d f"Rank: {combined_rank}\n\n" f"Pills: {combined_pills}\n\n" f"Compass: {user.format_compass()}\n\n" - f"I am a bot. Reply /info for more info. Please join our [official pcm discord server](https://discord.gg/FyaJdAZjC4)." + f"I am a bot. Reply /info for more info." ) return None diff --git a/data_dictionaries/bot_replies.yaml b/data_dictionaries/bot_replies.yaml index 1915164..f72ffd8 100644 --- a/data_dictionaries/bot_replies.yaml +++ b/data_dictionaries/bot_replies.yaml @@ -2,13 +2,10 @@ info_message: | I am a bot created to keep track of how based users are Check out the [FAQ](https://reddit.com/r/basedcount_bot/comments/iwhkcg/basedcount_bot_info_and_faq/). I also track user [pills](https://reddit.com/r/basedcount_bot/comments/l23lwe/basedcount_bot_now_tracks_user_pills/) - If you have any suggestions or questions, please message them to me with the subject of "Suggestion" or "Question" to automatically forward them to a - human operator. - > based - adj. - to be in possession of viewpoints acquired through logic or observation ather than simply following what your political alignment dictates, often used as a sign of respect but not necessarily agreement - Bot v3.1.0 + Bot v0.0.1 **Commands: /info | /mybasedcount | /basedcount username | /mostbased | /removepill pill | /mycompass politicalcompass.org or sapplyvalues.github.io url**