This commit is contained in:
Ben Arc
2021-06-24 00:33:49 +01:00
parent 2bc3fb1b91
commit 137f8a7519
4 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from quart import jsonify
async def create_copilot(
title: str,
user: str,
lnurl_toggle: str,
lnurl_toggle: Optional[int] = 0,
wallet: Optional[str] = None,
animation1: Optional[str] = None,
animation2: Optional[str] = None,