Uncommented /mlpcomic + some changes on help

This commit is contained in:
Luquinhas 2025-01-24 21:28:31 -03:00
parent b60e8017c1
commit d33ed0afcb
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
2 changed files with 62 additions and 63 deletions

View file

@ -7,7 +7,7 @@ async function sendHelpMessage(ctx, isEditing) {
const botInfo = await ctx.telegram.getMe();
const helpText = Strings.botHelp
.replace('{botName}', botInfo.first_name)
.replace("{sourceLink}", `${process.env.botSource}`);
.replace("{sourceLink}", process.env.botSource);
const options = {
parse_mode: 'Markdown',
disable_web_page_preview: true,