utility.guildinfo: fix return

This commit is contained in:
Cynthia Foxwell 2023-10-08 15:53:30 -06:00
parent f30b3d012e
commit 441121cd5e
1 changed files with 1 additions and 1 deletions

View File

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