utility.guildinfo: fix widget return

This commit is contained in:
Cynthia Foxwell 2023-10-20 13:39:15 -06:00
parent 374e1fead1
commit ab0f3756fe
1 changed files with 1 additions and 1 deletions

View File

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