Skip to content

Commit

Permalink
more defaults fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Nov 17, 2023
1 parent 7f9a360 commit 6332a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cogs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ async def draw_old(self, ctx: discord.ApplicationContext, prompt: str):
name="quality",
description="Image quality",
required=False,
default="standard",
default="hd",
autocomplete=Settings_autocompleter.get_dalle3_image_qualities,
)
@discord.option(
Expand Down
2 changes: 1 addition & 1 deletion cogs/image_service_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def draw_action(self, ctx, message):
message.content,
quality="hd",
image_size="1024x1024",
style="natural",
style="vivid",
from_action=True,
)

Expand Down

0 comments on commit 6332a70

Please sign in to comment.