Skip to content

Commit 01ef88d

Browse files
committed
docs: fix bad plugin link
1 parent 481d647 commit 01ef88d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/stream.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ export interface StreamOptions<C extends Context> {
209209
* 1. `ctx.replyWithStream`: stream a message to the current chat
210210
* 2. `ctx.api.streamMessage`: stream a message to any chat
211211
*
212-
* Consider installing the [parse-mode
213-
* plugin](https://grammy.dev/plugins/parse-mode) _before_ this plugin. This
212+
* Consider installing the [auto-retry](https://grammy.dev/plugins/auto-retry) _before_ this plugin. This
214213
* will make sure that streaming messages does not crash due to rate limits.
215214
*
216215
* @param options Optional options object for this plugin

0 commit comments

Comments
 (0)