Araeynn commited on
Commit
bc9aeba
1 Parent(s): 44535de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ async def setup(ctx:discord.ApplicationContext):
239
  "sys",
240
  description="The new system prompt.",
241
  required=False,
242
- default=sysp
243
  )
244
  async def reset(ctx:discord.ApplicationContext, sys:str):
245
  with open(f"data/{ctx.guild.name}/{ctx.channel.name}", "w") as f:
 
239
  "sys",
240
  description="The new system prompt.",
241
  required=False,
242
+ default=sysrp
243
  )
244
  async def reset(ctx:discord.ApplicationContext, sys:str):
245
  with open(f"data/{ctx.guild.name}/{ctx.channel.name}", "w") as f: