mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-08-29 13:17:56 +00:00
hotfix: temporarily add replyWithCopy back
This commit is contained in:
parent
81ce7dcb14
commit
32bc5a684b
@ -76,4 +76,8 @@ export const extn: ContextExtensions = {
|
|||||||
// @ts-expect-error sendMessage is monkeypatched to accept TgHtml
|
// @ts-expect-error sendMessage is monkeypatched to accept TgHtml
|
||||||
return this.replyWithHTML(html, extra);
|
return this.replyWithHTML(html, extra);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
replyWithCopy(content, options) {
|
||||||
|
return this.telegram.sendCopy(this.chat.id, content, options);
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user