reply gifs

This commit is contained in:
MathMan05 2025-04-10 16:51:30 -05:00
parent ae8afef150
commit ef2e3f242f

View file

@ -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;
}
};
}