Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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:
|