update link broken

This commit is contained in:
Ben Arc
2021-06-23 20:05:20 +01:00
parent 1f03039fce
commit fe94cafa4d
5 changed files with 72 additions and 24 deletions
+3 -3
View File
@@ -27,9 +27,9 @@ async def create_copilot(
animation2webhook: Optional[str] = None,
animation3webhook: Optional[str] = None,
lnurl_title: Optional[str] = None,
show_message: Optional[int] = None,
show_ack: Optional[int] = None,
show_price: Optional[int] = None,
show_message: Optional[int] = 0,
show_ack: Optional[int] = 0,
show_price: Optional[int] = 0,
amount_made: Optional[int] = None,
) -> Copilots:
copilot_id = urlsafe_short_hash()