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