diff --git a/backend/src/plugins/Utility/functions/getUserInfoEmbed.ts b/backend/src/plugins/Utility/functions/getUserInfoEmbed.ts index 59f78bf4..e9e70004 100644 --- a/backend/src/plugins/Utility/functions/getUserInfoEmbed.ts +++ b/backend/src/plugins/Utility/functions/getUserInfoEmbed.ts @@ -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);