3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00

!info style tweaks

This commit is contained in:
Dragory 2020-08-05 22:18:38 +03:00
parent c205c37eee
commit d6f80368ba

View file

@ -101,8 +101,8 @@ export async function getUserInfoEmbed(
} }
} else { } else {
embed.fields.push({ embed.fields.push({
name: preEmbedPadding + "!! NOTE !!", name: preEmbedPadding + "Member information",
value: "User is not on the server", value: "User is not on the server",
}); });
} }
const cases = (await pluginData.state.cases.getByUserId(user.id)).filter(c => !c.is_hidden); const cases = (await pluginData.state.cases.getByUserId(user.id)).filter(c => !c.is_hidden);