Skip to content

Commit

Permalink
Update info message to remove reddit-specific info.
Browse files Browse the repository at this point in the history
Update bot replies to remove dummy discord.
  • Loading branch information
CodapopKSP committed Jan 1, 2024
1 parent 6b07009 commit 4c32557
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bot_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -99,15 +99,15 @@ 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 (
f"{user_mention}'s Based Count has increased by 1. Their Based Count is now {user.based_count}.\n\n"
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

Expand Down
5 changes: 1 addition & 4 deletions data_dictionaries/bot_replies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 4c32557

Please sign in to comment.