diff --git a/src/commands/info.ts b/src/commands/info.ts index 416240a..2bf2b2d 100644 --- a/src/commands/info.ts +++ b/src/commands/info.ts @@ -37,12 +37,7 @@ async function getChatInfo(ctx: Context & { message: { text: string } }) { return chatInfo; } else { - return ctx.reply( - Strings.groupOnly, { - parse_mode: 'Markdown', - // @ts-ignore - reply_to_message_id: ctx.message.message_id - }); + return Strings.groupOnly } }