Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
Mega-JC committed Jul 26, 2024
1 parent a8ef0d2 commit a8b7321
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pcbot/exts/helpforums_pre/cogs.py
Original file line number Diff line number Diff line change
@@ -899,7 +899,9 @@ async def on_raw_reaction_add(self, payload: discord.RawReactionActionEvent):
+ (
"the OP"
if by_op
else "an admin" if by_admin else "a Helpfulie"
else "an admin"
if by_admin
else "a Helpfulie"
)
+ " (via adding a ✅ reaction).",
applied_tags=new_tags,
@@ -987,7 +989,9 @@ async def on_raw_reaction_remove(self, payload: discord.RawReactionActionEvent):
+ (
"the OP"
if by_op
else "an admin" if by_admin else "a Helpfulie"
else "an admin"
if by_admin
else "a Helpfulie"
)
+ " (via removing a ✅ reaction).",
)

0 comments on commit a8b7321

Please sign in to comment.