Changing the creation of the requestor

This commit is contained in:
= 2021-07-09 22:40:36 -04:00
parent 33f5baa346
commit c372de5f14
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);
.setFooter('@' + data.requestor.username + '#' + data.requestor.discriminator);
}
}