Fix the embed name returning an userID instead of username

This commit is contained in:
IDeletedSystem64 2022-07-04 11:08:50 -05:00
parent bd2a028370
commit f5f94a1026

View file

@ -24,7 +24,7 @@ module.exports = {
handle (client, config, user, target) {
return {
embeds: [{
title: `Everything you've ever wanted to know about ${target}!`,
title: `Everything you've ever wanted to know about ${target.user.username}!`,
color: 9442302,
footer: {
icon_url: user.displayAvatarURL(),