Skip to content

Commit

Permalink
listeners(guildMemberRemove): support farewell 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 01f35a9 commit 7312e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listeners/guildMemberRemove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class GuildMemberRemoveListener extends Listener<"guildMemberRemove"> {
farewellChannel.send({
embeds: [
{
...farewellMessage,
color: COLORS.SECONDARY,
...farewellMessage,
footer: {
text: "Farewell!"
},
Expand Down

0 comments on commit 7312e5d

Please sign in to comment.