fix sd by removing duplicate guild_id argument
This commit is contained in:
parent
fffdeabbd0
commit
8801229bc0
@ -12,7 +12,6 @@ class StableDiffusion(commands.Cog):
|
||||
@commands.has_role("stable-diffuser")
|
||||
@commands.slash_command(
|
||||
guild_ids=core_utils.my_guilds,
|
||||
guild_ids=None,
|
||||
name="sd",
|
||||
description="Pass a prompt and optional negative prompt to stable diffusion",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user