Skip to content

Commit

Permalink
fix(docs): update CommandOptions.quotes default value (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Mar 26, 2022
1 parent 47c24d1 commit c6611df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/structures/Command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ export interface CommandOptions extends AliasPiece.Options, FlagStrategyOptions
* ['"', '"'], // Double quotes
* ['“', '”'], // Fancy quotes (on iOS)
* ['「', '」'] // Corner brackets (CJK)
* ['«', '»'] // French quotes (guillemets)
* ]
*/
quotes?: [string, string][];
Expand Down

0 comments on commit c6611df

Please sign in to comment.