Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 8360a30

Browse files
authored
fix(stars): fix log message (#441)
1 parent 402557f commit 8360a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bot/exts/stars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ async def on_raw_reaction_remove(
183183
disnake.TextChannel, self.bot.get_channel(settings.SIGN_CAFE_BOT_CHANNEL_ID)
184184
)
185185
embed = Embed(
186-
description=f"{to_user.mention} removed a {STAR_EMOJI} from {from_user.mention}\n[Source message]({message.jump_url})",
186+
description=f"{to_user.mention} had a {STAR_EMOJI} removed by {from_user.mention}\n[Source message]({message.jump_url})",
187187
color=disnake.Color.yellow(),
188188
)
189189
user_stars = await store.get_user_stars(to_user.id)

0 commit comments

Comments
 (0)