Skip to content

Commit

Permalink
run deno fmt (only updated style)
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix authored and roziscoding committed Apr 29, 2024
1 parent 161729b commit 4ed40bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ export class Commands<C extends Context> {
public command(
name: string | RegExp,
description: string,
handlerOrOptions?: MaybeArray<Middleware<CommandContext<C>>> | Partial<CommandOptions>,
handlerOrOptions?:
| MaybeArray<Middleware<CommandContext<C>>>
| Partial<CommandOptions>,
_options?: Partial<CommandOptions>,
) {
const handler = isMiddleware(handlerOrOptions)
Expand Down

0 comments on commit 4ed40bf

Please sign in to comment.