utility.appinfo: fix icon
This commit is contained in:
parent
5f7d064750
commit
4400d27c48
1 changed files with 1 additions and 1 deletions
|
@ -1441,7 +1441,7 @@ appinfo.callback = async function (msg, line) {
|
||||||
|
|
||||||
if (app.icon) {
|
if (app.icon) {
|
||||||
embed.thumbnail = {
|
embed.thumbnail = {
|
||||||
url: `${APP_ICON_BASE}/app-icons/${app.id}/${app.icon}.png?size=1024`,
|
url: `${APP_ICON_BASE}${app.id}/${app.icon}.png?size=1024`,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue