Skip to content

Commit

Permalink
[BattleRoyale] make color int instead
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Oct 15, 2023
1 parent 95e6548 commit 75d5073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion battleroyale/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def _callback(
embed: discord.Embed = discord.Embed.from_dict(
{
"description": f"{remaining_players_str}.",
"color": self.view.color,
"color": int(self.view.color),
}
)
await interaction.response.send_message(embed=embed, ephemeral=True)

0 comments on commit 75d5073

Please sign in to comment.