utility.appinfo: fix icon

This commit is contained in:
Cynthia Foxwell 2023-10-07 22:21:58 -06:00
parent 5f7d064750
commit 4400d27c48
1 changed files with 1 additions and 1 deletions

View File

@ -1441,7 +1441,7 @@ appinfo.callback = async function (msg, line) {
if (app.icon) {
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`,
};
}