Skip to content

Commit

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

# respond with success if it executes successfully
Expand Down

0 comments on commit 2b7c283

Please sign in to comment.