feat(bot): implement conversation flow for start command
add conversation handler for start command with name input and welcome message update locales for new conversation flow add @grammyjs/conversations dependency
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"clean": "rm -rf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grammyjs/conversations": "^2.1.0",
|
||||
"@grammyjs/i18n": "^1.1.2",
|
||||
"@hono/node-server": "^1.15.0",
|
||||
"@repo/config": "*",
|
||||
|
||||
Reference in New Issue
Block a user