utility.guildinfo: fix return
This commit is contained in:
parent
f30b3d012e
commit
441121cd5e
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue