3 Commits

Author SHA1 Message Date
bel
33eec70077 reset config 2023-04-01 11:44:38 -06:00
bel
b991d3057b manual testing 2023-04-01 11:44:16 -06:00
bel
d7a9face2f upgrade mayhem-party to v0.1.10 for dedicated broadcast 2023-04-01 11:32:27 -06:00
3 changed files with 9 additions and 18 deletions

View File

@@ -4,22 +4,11 @@ feedback:
users: users:
bel: bel:
meta: meta:
lasttsms: 1680369532165 lasttsms: 1680371007738
lastlag: 1
state:
player: 2
message: ""
gm:
alias: ""
lastalias: ""
vote: ""
broadcast:
meta:
lasttsms: 0
lastlag: 0 lastlag: 0
state: state:
player: 0 player: 1
message: "hola" message: ""
gm: gm:
alias: "" alias: ""
lastalias: "" lastalias: ""
@@ -36,7 +25,6 @@ users:
lastalias: "" lastalias: ""
vote: "" vote: ""
players: players:
- transformation: {}
- transformation: - transformation:
"1": "5" "1": "5"
"2": "6" "2": "6"
@@ -48,4 +36,6 @@ players:
q: r q: r
s: g s: g
w: t w: t
quiet: true quiet: false
broadcast:
message: ""

View File

@@ -1,5 +1,4 @@
todo: todo:
- audio pipes; can i send discord output to a pipe for stt?
- trigger a vote - trigger a vote
- trigger an election - trigger an election
- trigger a shuffle for init - trigger a shuffle for init
@@ -174,3 +173,5 @@ done:
ts: Fri Mar 31 22:45:58 MDT 2023 ts: Fri Mar 31 22:45:58 MDT 2023
- todo: stt to rust-whisper and new-age hotwords.py - todo: stt to rust-whisper and new-age hotwords.py
ts: Fri Mar 31 22:45:58 MDT 2023 ts: Fri Mar 31 22:45:58 MDT 2023
- todo: audio pipes; can i send discord output to a pipe for stt?
ts: Sat Apr 1 11:20:27 MDT 2023