Skip to content

Commit 51981ff

Browse files
committed
Fix typo
Prevented user images from showing up
1 parent f2695fe commit 51981ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/userinfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
8484
.setTitle(results.name)
8585
.setDescription(results.bio)
8686
.setThumbnail(results.profilepic)
87-
.setImage(results.images)
87+
.setImage(results.image)
8888
.setFooter({ text: results.userid.toString(), size: 1024 })
8989
.setColor(results.color);
9090

0 commit comments

Comments
 (0)