Skip to content

Commit

Permalink
update jsdoc example
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix committed May 11, 2024
1 parent 761470e commit fdd73f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export class Command<C extends Context = Context> implements MiddlewareObj<C> {
* ```ts
* bot
* .filter(
* Command.hasCommand(/\/delete_(.*)/),
* Command.hasCommand(/delete_(.*)/),
* (ctx) => ctx.reply(`Deleting ${ctx.message?.text?.split("_")[1]}`)
* )
* ```
Expand Down

0 comments on commit fdd73f6

Please sign in to comment.