Started working on front pages

This commit is contained in:
Ben Arc
2021-04-13 19:20:12 +01:00
parent df5e4cb9db
commit 9cd3e00b83
9 changed files with 114 additions and 101 deletions
+3 -2
View File
@@ -16,12 +16,13 @@ class Copilots(NamedTuple):
animation1webhook: str
animation2webhook: str
animation3webhook: str
show_message: bool
amount: int
lnurl_title: str
show_message: int
show_ack: int
amount_made: int
timestamp: int
fullscreen_cam: int
iframe_url: str
@classmethod
def from_row(cls, row: Row) -> "Copilots":