From a1a5952e44028599d6d87c0652a559b6f5643bee Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Wed, 5 Aug 2020 22:18:38 +0300 Subject: [PATCH] !info style tweaks --- backend/src/plugins/Utility/functions/getUserInfoEmbed.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);