Skip to content

Commit

Permalink
Alignment in code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Habemuscode authored and Habemuscode committed Jun 8, 2024
1 parent 6598011 commit 65454e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/es/hosting/zeabur-deno.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const bot = new Bot(token);

bot.command("start", (ctx) => ctx.reply("¡Hola de Deno & grammY!"));

bot.on("message", (ctx) => ctx.reply("¿En qué puedo ayudarle?"));
bot.on("message:text", (ctx) => ctx.reply("¿En qué puedo ayudarle?"));

bot.start();
```
Expand Down

0 comments on commit 65454e6

Please sign in to comment.