Skip to content

Commit

Permalink
command rename to compare
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed May 28, 2024
1 parent e009b06 commit 588f8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_tron_master/cogs/image/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def generate_range(self, ctx, count, *, prompt):
for i in range(0, int(count)):
await self.generate(ctx, prompt=prompt)

@commands.command(name="sd3-compare-dalle", help="Generate an SD3 and DALLE3 image, side by side for comparison.")
@commands.command(name="compare", help="Generate an SD3 and DALLE3 image, side by side for comparison.")
async def generate_sd3_dalle_comparison(self, ctx, *, prompt):
if guild_config.is_channel_banned(ctx.guild.id, ctx.channel.id):
return
Expand Down

0 comments on commit 588f8bc

Please sign in to comment.