mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
major cleanup
This commit is contained in:
parent
ddd918470e
commit
a8cf49e31e
60 changed files with 537 additions and 619 deletions
|
@ -28,7 +28,7 @@ module.exports = {
|
|||
if(!args.user) { args.user = context.user.id }
|
||||
user = await getUser(context, args.user)
|
||||
u = user.user
|
||||
if(!u) return editOrReply(context, { embeds: [createEmbed("warning", context, "No users found.")] })
|
||||
if(!u) return editOrReply(context, createEmbed("warning", context, "No users found."))
|
||||
let m = user.member
|
||||
|
||||
// User Card
|
||||
|
@ -82,7 +82,7 @@ module.exports = {
|
|||
inline: true
|
||||
})
|
||||
}
|
||||
return editOrReply(context, { embeds: [userCard] })
|
||||
return editOrReply(context, userCard)
|
||||
}catch(e){
|
||||
console.log(e)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue