Skip to content

Commit

Permalink
direct image from website maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Apr 24, 2023
1 parent fe5a81f commit c08ad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactions/commands/embedBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ module.exports = {
await channel
.createWebhook({
name: interaction.guild.name,
avatar: interaction.guild.iconURL(),
avatar: "https://flamingpalm.com/assets/icons/icon-144x144.png",
})
.then(async (_webhook) => {
await _webhook.send({ embeds: [embedToEdit] });
Expand Down

0 comments on commit c08ad20

Please sign in to comment.