Skip to content

Commit

Permalink
Adjust bot disclaimer for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kdknigga committed Aug 16, 2024
1 parent f9fba31 commit 36da7ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rflying_tower_bot"
version = "0.5.0"
version = "0.5.1"
description = ""
authors = ["Kris Knigga <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion rflying_tower_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""rflying_tower_bot package."""

__version__ = "0.5.0"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion rflying_tower_bot/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def format_comment(self, body: str) -> str:
"""
return (
body
+ "\n\n --- \nThis comment was made by a [bot](https://github.com/kdknigga/rflying_tower_bot). "
+ "\n\n --- \nI am a bot, and this action was performed automatically. "
f"If you have any questions, please [contact the mods of this subreddit](https://www.reddit.com/message/compose?to=/r/{self.config.subreddit_name})." # noqa: E501
)
2 changes: 1 addition & 1 deletion tests/test_rflying_tower_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

def test_version():
"""Test the version of the rflying_tower_bot package."""
assert __version__ == "0.5.0"
assert __version__ == "0.5.1"

0 comments on commit 36da7ff

Please sign in to comment.