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:
2
apps/bot/src/conversations/index.ts
Normal file
2
apps/bot/src/conversations/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from './consts';
|
||||
export * from './start.conversation';
|
||||
Reference in New Issue
Block a user