Changing the creation of the requestor
This commit is contained in:
parent
33f5baa346
commit
c372de5f14
@ -51,6 +51,6 @@ module.exports = {
|
|||||||
.setTitle(data.name)
|
.setTitle(data.name)
|
||||||
.setImage(data.embed_url)
|
.setImage(data.embed_url)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setFooter(data.requestor);
|
.setFooter('@' + data.requestor.username + '#' + data.requestor.discriminator);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user