reply gifs
This commit is contained in:
parent
ae8afef150
commit
ef2e3f242f
1 changed files with 6 additions and 1 deletions
|
@ -2363,8 +2363,13 @@ class Localuser {
|
||||||
|
|
||||||
div.onclick = () => {
|
div.onclick = () => {
|
||||||
if (this.channelfocus) {
|
if (this.channelfocus) {
|
||||||
this.channelfocus.sendMessage(gif.url, {embeds: [], attachments: [], replyingto: null});
|
this.channelfocus.sendMessage(gif.url, {
|
||||||
|
embeds: [],
|
||||||
|
attachments: [],
|
||||||
|
replyingto: this.channelfocus.replyingto,
|
||||||
|
});
|
||||||
menu.remove();
|
menu.remove();
|
||||||
|
this.channelfocus.replyingto = null;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue