fix: wip
This commit is contained in:
parent
fd081d46a6
commit
b635f29f45
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue