Merge branch 'main' into set_types
This commit is contained in:
commit
1cff618aef
2 changed files with 2 additions and 7 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -8,4 +8,4 @@ updates:
|
||||||
- package-ecosystem: "npm" # See documentation for possible values
|
- package-ecosystem: "npm" # See documentation for possible values
|
||||||
directory: "/" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
|
|
|
@ -37,12 +37,7 @@ async function getChatInfo(ctx: Context & { message: { text: string } }) {
|
||||||
|
|
||||||
return chatInfo;
|
return chatInfo;
|
||||||
} else {
|
} else {
|
||||||
return ctx.reply(
|
return Strings.groupOnly
|
||||||
Strings.groupOnly, {
|
|
||||||
parse_mode: 'Markdown',
|
|
||||||
// @ts-ignore
|
|
||||||
reply_to_message_id: ctx.message.message_id
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue