Skip to content

Commit

Permalink
revolt color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Sep 27, 2024
1 parent 06a8f5b commit a313e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revolt_bridge_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def convert_embeds(self, embeds):
title=embeds[i].title,
description=embeds[i].description,
url=embeds[i].url,
colour=embeds[i].colour.value,
colour=embeds[i].colour.value if embeds[i].colour else None,
icon_url=(
embeds[i].author.icon_url if embeds[i].author else embeds[i].thumbnail.url if embeds[i].thumbnail
else None
Expand Down

0 comments on commit a313e18

Please sign in to comment.