utility.banner: fix name being undefined

This commit is contained in:
Cynthia Foxwell 2022-10-11 21:21:06 -06:00
parent 1a4bc75bd0
commit a7e1492321
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ banner.callback = async function (msg, line) {
return {
embeds: [
{
title: `Banner for \`${user.tag}\``,
title: `Banner for \`${user.username}#${user.discriminator}\``,
url,
image: {
url,