Skip to content

Commit

Permalink
fix emoji reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Nov 23, 2024
1 parent 660c4dc commit 096bc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/agenda.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def gen_agenda(
await plugin.client.rest.add_reaction(
channel=announce.channel_id,
message=announce.id,
emoji="<:bigRed:634311607039819776>",
emoji=hikari.CustomEmoji(id=634311607039819776, name="bigRed"),
)

# respond with success if it executes successfully
Expand Down

0 comments on commit 096bc23

Please sign in to comment.