Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Oct 5, 2022
1 parent 1ab4bcc commit 9ea716d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tagscript-plugin-discord/src/lib/Parsers/Embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import type { EmbedData, APIEmbed } from 'discord.js';
* formatted embed JSON or manually inputting
* the accepted embed properties.
*
* @remarks
* Embed can be used either by using a json string or by using the embed properties.
*
* @example
* Using JSON
* ```yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/tagscript/src/lib/Utils/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const escapeRegex = /(?<!\\)(?<block>[():{|}])/g;

/**
*
* Similar to {@link Array#filter} but works with async filter functions.
* Identical to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter | Array.filter()} but works with async filter functions.
*
* @param values - The array of values
* @param fn - The filter function
Expand Down

0 comments on commit 9ea716d

Please sign in to comment.