utility.guildinfo: fix widget return

This commit is contained in:
Cynthia Foxwell 2023-10-20 13:39:15 -06:00
parent 374e1fead1
commit ab0f3756fe

View file

@ -2352,7 +2352,7 @@ guildinfo.callback = async function (msg, line) {
}); });
} }
return embed; return {embed};
} }
default: default:
return "Guild not found."; return "Guild not found.";