mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
fix member info for avatars and banners, add fallback error message
This commit is contained in:
parent
ec90f0fe4f
commit
5b7e9841a4
3 changed files with 5 additions and 2 deletions
|
@ -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."))
|
||||
}
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue