Skip to content

Commit 858fc37

Browse files
committed
fix: Update readme
1 parent 04d01ec commit 858fc37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ The DMe framework includes a set of predefined commands that users can use to in
189189
| `/remove <index>` | Unlinks a wallet address from the user's Telegram account. The index is the number to the left of the address provided in `/list`. |
190190
| `/list` | Lists all wallet addresses linked to the user's Telegram account. |
191191

192+
Keep in mind that you need to add these commands to your bot through [BotFather](https://t.me/BotFather) manually for them to show up in the Telegram UI. If you don't, users can still use the commands, but they won't see them in the command list when they type `/` in the chat with your bot.
193+
192194
## Queuing Messages
193195

194196
The MessageService is the main component you will be using to queue messages to users, ensuring reliable delivery with built-in rate limiting and retry logic. All messages should be created using the `MessageService.create` or `MessageService.createForUser` methods.

0 commit comments

Comments
 (0)