utility.guildinfo: fix widget return
This commit is contained in:
parent
374e1fead1
commit
ab0f3756fe
1 changed files with 1 additions and 1 deletions
|
@ -2352,7 +2352,7 @@ guildinfo.callback = async function (msg, line) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return embed;
|
return {embed};
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
return "Guild not found.";
|
return "Guild not found.";
|
||||||
|
|
Loading…
Reference in a new issue