Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
Co-authored-by: Jiralite <[email protected]>
  • Loading branch information
didinele and Jiralite authored Mar 11, 2025
1 parent edd4d92 commit 693550a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builders/src/messages/Message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class MessageBuilder implements JSONEncodable<RESTPostAPIChannelMessageJS
* Using an array:
* ```ts
* const embeds: APIEmbed[] = ...;
* const messsage = new MessageBuilder()
* const message = new MessageBuilder()
* .addEmbeds(embeds);
* ```
* @example
Expand Down

0 comments on commit 693550a

Please sign in to comment.