!info style tweaks
This commit is contained in:
parent
16a85ed9a9
commit
a1a5952e44
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ export async function getUserInfoEmbed(
|
|||
}
|
||||
} else {
|
||||
embed.fields.push({
|
||||
name: preEmbedPadding + "!! NOTE !!",
|
||||
value: "User is not on the server",
|
||||
name: preEmbedPadding + "Member information",
|
||||
value: "⚠ User is not on the server",
|
||||
});
|
||||
}
|
||||
const cases = (await pluginData.state.cases.getByUserId(user.id)).filter(c => !c.is_hidden);
|
||||
|
|
Loading…
Add table
Reference in a new issue