formatting

This commit is contained in:
Lanta 2023-09-27 15:06:47 +02:00
parent e60f48e0b8
commit d1d698e390

View file

@ -82,18 +82,16 @@ foreach ($winid in $new_win_matches) {
$content_winstats = '```' + ($win_stats | Format-Table | out-string) + '```' $content_winstats = '```' + ($win_stats | Format-Table | out-string) + '```'
send-discord -content $content_winstats send-discord -content $content_winstats
$legenda = " $legenda = '
```
Legenda: dmg_h = Schade aangericht aan echte spelers
dmg = Totale schade (aan zowel echte spelers als AI)
dmg_h: Schade aangericht aan echte spelers k_h = Aantal echte spelers die je hebt geelimineerd
dmg: Totale schade (aan zowel echte spelers als AI) K_a = Totale aantal eliminaties (inclusief AI)
k_h: Aantal echte spelers die je hebt geëlimineerd t_serv = Overleefde tijd (in seconden)
K_a: Totale aantal eliminaties (inclusief AI) k_t = Team eliminaties
t_serv: Overleefde tijd (in seconden) ```
k_t: Team eliminaties '
"
send-discord -content $legenda send-discord -content $legenda