allow for custom notification sounds
This commit is contained in:
parent
1ca64b1d57
commit
e791390e2d
5 changed files with 65 additions and 16 deletions
|
@ -135,6 +135,7 @@ class User extends SnowFlake {
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
await fetch(this.info.api + "/users/@me/channels", {
|
||||
method: "POST",
|
||||
body: JSON.stringify({recipients: [this.id]}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue