Skip to content

Commit

Permalink
chore: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
blasdfaa committed Nov 11, 2024
1 parent e0c54e0 commit 0a7ff06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export default async function (fastify, _opts) {
token: '',
})

// fastify.grammy.start()
fastify.grammy.command('start', ctx => ctx.reply('Hi, I\'m run faster than you :)'))
fastify.grammy.command('start', ctx => ctx.react('😍'))
fastify.grammy.on('message', ctx => ctx.react('👍'))
}

0 comments on commit 0a7ff06

Please sign in to comment.