diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b417983..5f0889c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" 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 } }