Skip to content

Commit

Permalink
[BoostUtils] fix embed color
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Mar 19, 2024
1 parent 81b759e commit a3aeefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boostutils/commands/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def _message_settings(self, ctx: commands.GuildContext):
*fields,
per_embed=3,
title="Boost Messages Settings for **__{}__**".format(ctx.guild.name),
color=await ctx.embed_color(),
color=int(await ctx.embed_color()),
),
]
await SimpleMenu(embeds).start(ctx) # type: ignore
Expand Down

0 comments on commit a3aeefb

Please sign in to comment.