Fixed bug I just created in negative_prompt
This commit is contained in:
parent
18d275fbeb
commit
de1afc8291
1 changed files with 1 additions and 1 deletions
|
|
@ -771,7 +771,7 @@ async def negative_prompt(ctx, *args):
|
||||||
neg_prompt_file = "databases/negative_prompt.txt"
|
neg_prompt_file = "databases/negative_prompt.txt"
|
||||||
with open(neg_prompt_file, 'w') as f:
|
with open(neg_prompt_file, 'w') as f:
|
||||||
f.writelines(message)
|
f.writelines(message)
|
||||||
await ctx.send("Changed negative prompt to", message)
|
await ctx.send("Changed negative prompt to " + message)
|
||||||
|
|
||||||
@bot.command()
|
@bot.command()
|
||||||
async def generate_blog(ctx):
|
async def generate_blog(ctx):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue