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() { export async function createNotificationChannel() {
await createChannel({ await createChannel({
id: channelId, id: channelId,
name: "System", name: "Paramètres",
}); });
} }