More suitable variable name

This commit is contained in:
= 2021-07-09 22:41:46 -04:00
parent c372de5f14
commit b392725a21
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}