Uncommented /mlpcomic + some changes on help
This commit is contained in:
parent
b60e8017c1
commit
d33ed0afcb
2 changed files with 62 additions and 63 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue