This commit is contained in:
devthejo 2025-07-09 22:25:57 +02:00
parent fd081d46a6
commit b635f29f45
Signed by: devthejo
GPG key ID: 00CCA7A92B1D5351

View file

@ -5,6 +5,6 @@ const channelId = "system";
export async function createNotificationChannel() {
await createChannel({
id: channelId,
name: "System",
name: "Paramètres",
});
}