Add embed message support to Discord bot and update appeal flow to use embeds for Discord notifications

This commit is contained in:
2025-08-24 00:43:58 +02:00
parent ffddffa8dc
commit eab1c9322b
6 changed files with 187 additions and 95 deletions
@@ -187,7 +187,7 @@ export class AppealComponent implements OnInit, OnDestroy, AfterViewInit {
if (!result.verified_mail) {
throw new Error('Mail not verified');
}
this.router.navigate(['/form/sent'], {
this.router.navigate(['/forms/sent'], {
state: {message: result.message}
}).then();
})