Skip to content

Commit

Permalink
Refactor discord.js to add empty content field in getBody() function
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 28, 2024
1 parent 13b01aa commit d721d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function getBody() {
};
}
return {
content: "",
embeds: DISCORD_MESSAGE_EMBEDS,
};
}
Expand Down

0 comments on commit d721d85

Please sign in to comment.