Skip to content

Commit

Permalink
add embeds for bots
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Mar 11, 2024
1 parent e023489 commit acfb7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/Starboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export class Starboard extends Service {
username: `${msg.author.username}`,
allowedMentions: { parse: ["users", "roles"] },
files: files,
embeds: msg.author.bot ? msg.embeds : undefined,
components: [
{
type: Discord.ComponentType.ActionRow,
Expand Down

0 comments on commit acfb7ba

Please sign in to comment.