master
bel 2023-04-10 18:40:59 -06:00
parent 468929384e
commit 8729883255
3 changed files with 4 additions and 15 deletions

View File

@ -1,18 +1,7 @@
feedback: feedback:
addr: :17071 addr: :17071
ttsurl: http://localhost:15002 ttsurl: http://localhost:15002
users: users: {}
bel:
meta:
lasttsms: 1681167232281
lastlag: 216
state:
player: 1
message: ""
gm:
alias: ""
lastalias: ""
vote: ""
players: players:
- transformation: - transformation:
"1": "1" "1": "1"
@ -64,4 +53,4 @@ players:
w: "n" w: "n"
quiet: false quiet: false
broadcast: broadcast:
message: bel is now player 1 message: '#early access'

@ -1 +1 @@
Subproject commit 9418cecdf56626a1ba263dfa4fd9afe1c1cac1d1 Subproject commit 41a39c40d0d627b67951c05da9ca2e48047c9cb2

View File

@ -42,7 +42,7 @@ _discord() {
sudo snap install discord sudo snap install discord
fi fi
( (
snap run discord exec snap run discord
) &> /tmp/mayhem-party.discord.log & ) &> /tmp/mayhem-party.discord.log &
disown disown
) )