Skip to content

Commit

Permalink
listeners(guildMemberAdd): support greeting embed color override
Browse files Browse the repository at this point in the history
Signed-off-by: TRACTION <19631364+iamtraction@users.noreply.github.com>
  • Loading branch information
iamtraction committed May 10, 2023
1 parent 9a38481 commit 01f35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listeners/guildMemberAdd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class GuildMemberAddListener extends Listener<"guildMemberAdd"> {
greetingChannel.send({
embeds: [
{
...greetingMessage,
color: COLORS.SECONDARY,
...greetingMessage,
footer: {
text: "Greetings!"
},
Expand Down

0 comments on commit 01f35a9

Please sign in to comment.