Skip to content

Commit

Permalink
useremoji support
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Jul 5, 2024
1 parent 95a0b6d commit b9b6c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,8 @@ async def tbsend(webhook,url,msg_author_dc,embeds,message,mentions,components,sa
'bridge': {
'name': msg_author,
'avatar': url,
'color': color
'color': color,
'emoji': useremoji
},
'files': files,
'embeds': (
Expand Down

0 comments on commit b9b6c3b

Please sign in to comment.