fixes
This commit is contained in:
parent
2c4851f423
commit
f9060ecbfc
2 changed files with 3 additions and 3 deletions
|
@ -280,8 +280,8 @@ class Message extends SnowFlake {
|
|||
body: JSON.stringify({content}),
|
||||
});
|
||||
}
|
||||
delete() {
|
||||
fetch(`${this.info.api}/channels/${this.channel.id}/messages/${this.id}`, {
|
||||
async delete() {
|
||||
await fetch(`${this.info.api}/channels/${this.channel.id}/messages/${this.id}`, {
|
||||
headers: this.headers,
|
||||
method: "DELETE",
|
||||
});
|
||||
|
|
|
@ -116,7 +116,7 @@ samp {
|
|||
}
|
||||
video,
|
||||
iframe {
|
||||
max-height: 50svh;
|
||||
/* max-height: 50svh; */
|
||||
max-width: 100%;
|
||||
}
|
||||
audio::-webkit-media-controls-panel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue