Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Fix on the message shown on start
Browse files Browse the repository at this point in the history
  • Loading branch information
dabodia committed Dec 20, 2018
1 parent 588a775 commit 7b0b57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mongoose.connect(
const bot = new Telegraf(token);

bot.command("start", ctx => {
ctx.replyWithMarkdown("Para comenzar, utiliza el comando `\register [email protected]` para darte de alta.");
ctx.replyWithMarkdown("Para comenzar, utiliza el comando `/register [email protected]` para darte de alta.");
});

let email;
Expand Down

0 comments on commit 7b0b57d

Please sign in to comment.