utility.guildinfo: fix return

This commit is contained in:
Cynthia Foxwell 2023-10-08 15:53:30 -06:00
parent f30b3d012e
commit 441121cd5e

View file

@ -2041,7 +2041,7 @@ guildinfo.callback = async function (msg, line) {
}); });
} }
return embed; return {embed};
} }
case "preview": { case "preview": {
return "TODO: guild from preview"; return "TODO: guild from preview";