reply gifs
This commit is contained in:
@@ -2363,8 +2363,13 @@ class Localuser {
|
||||
|
||||
div.onclick = () => {
|
||||
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();
|
||||
this.channelfocus.replyingto = null;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user