Skip to content

Commit 1d51975

Browse files
committed
Merge branch 'master' of github.com:mrepol742/project-canis
2 parents fb54e1f + 6b29a21 commit 1d51975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/events/message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export default async function (msg: Message, type: string): Promise<void> {
229229

230230
if (msg.hasQuotedMsg) {
231231
const quoted = await msg.getQuotedMessage();
232-
return await quoted.reply(messageBody);
232+
return await quoted.reply(messageBody, chatId, options);
233233
}
234234

235235
return await originalReply(messageBody, chatId, options);

0 commit comments

Comments
 (0)