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

View file

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