fix member info for avatars and banners, add fallback error message

This commit is contained in:
bignutty 2025-02-18 13:01:47 +01:00
parent ec90f0fe4f
commit 5b7e9841a4
3 changed files with 5 additions and 2 deletions

View file

@ -98,6 +98,7 @@ module.exports = {
return editOrReply(context, userCard)
}catch(e){
console.log(e)
return editOrReply(context, createEmbed("error", context, "Unable to display user info."))
}
},
};