diff --git a/commands/utilities/charts.py b/commands/utilities/charts.py index 9e144f9..e3b1b9c 100644 --- a/commands/utilities/charts.py +++ b/commands/utilities/charts.py @@ -608,9 +608,10 @@ class ChartCategoryGroup(app_commands.Group): categories = self.chart_service.get_categories() if not categories: - embed = EmbedTemplate.info( + embed = EmbedTemplate.create_base_embed( title="📊 Chart Categories", - description="No categories defined. Use `/chart-categories add` to create one." + description="No categories defined. Use `/chart-categories add` to create one.", + color=EmbedColors.INFO ) await interaction.response.send_message(embed=embed, ephemeral=True) return diff --git a/views/draft_views.py b/views/draft_views.py index 8a1fad9..679246b 100644 --- a/views/draft_views.py +++ b/views/draft_views.py @@ -409,9 +409,10 @@ async def create_admin_draft_info_embed( Returns: Discord embed with admin information """ - embed = EmbedTemplate.info( + embed = EmbedTemplate.create_base_embed( title="⚙️ Draft Administration", - description="Current draft configuration and state" + description="Current draft configuration and state", + color=EmbedColors.INFO ) # Current pick