fixes
This commit is contained in:
@@ -280,8 +280,8 @@ class Message extends SnowFlake {
|
|||||||
body: JSON.stringify({content}),
|
body: JSON.stringify({content}),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
delete() {
|
async delete() {
|
||||||
fetch(`${this.info.api}/channels/${this.channel.id}/messages/${this.id}`, {
|
await fetch(`${this.info.api}/channels/${this.channel.id}/messages/${this.id}`, {
|
||||||
headers: this.headers,
|
headers: this.headers,
|
||||||
method: "DELETE",
|
method: "DELETE",
|
||||||
});
|
});
|
||||||
|
@@ -116,7 +116,7 @@ samp {
|
|||||||
}
|
}
|
||||||
video,
|
video,
|
||||||
iframe {
|
iframe {
|
||||||
max-height: 50svh;
|
/* max-height: 50svh; */
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
audio::-webkit-media-controls-panel {
|
audio::-webkit-media-controls-panel {
|
||||||
|
Reference in New Issue
Block a user