Skip to content

Commit

Permalink
renamed help reaction logging title
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinBoi12 committed Apr 25, 2024
1 parent 302df12 commit 02d6ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/extensions/moderation_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def on_reaction_add(self, reaction: Reaction, member: Member) -> None:
# Grace also reacts and log the reaction because some people remove their reaction afterward
await message.add_reaction(reaction)

log = info("SPECIAL REACTION", f"{member.mention} reacted to {message.jump_url} with {reaction.emoji}")
log = info("HELP REACTION", f"{member.mention} reacted to {message.jump_url} with {reaction.emoji}")
await log.send(self.moderation_channel or message.channel)

@Cog.listener()
Expand Down

0 comments on commit 02d6ebe

Please sign in to comment.