This commit is contained in:
devthejo 2025-07-09 22:25:57 +02:00
parent 8cdb5ff3c4
commit 25a35ca2fd

View file

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