Skip to content

Commit

Permalink
Changed location of event avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordOE committed Oct 5, 2023
1 parent cf41e26 commit 8091fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numberGame/numberevent.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async function sendEvent(client, g) {
embed
.setDescription(description)
.setColor("#00fc43")
.setImage(avatarLink),
.setThumbnail(avatarLink),
],
components: [],
});
Expand Down

0 comments on commit 8091fd1

Please sign in to comment.