icon redesign

This commit is contained in:
derpystuff 2023-08-12 12:15:48 +02:00
parent a4df6550cd
commit 6b4e0f3347
19 changed files with 162 additions and 76 deletions

View file

@ -17,7 +17,7 @@ module.exports = {
run: async (context) => {
return await editOrReply(context,
createEmbed("default", context, {
description: `${icon("rules")} **labsCore Privacy Policy**\n*Last Updated: ${timestamp(PRIVACY_POLICY_LAST_UPDATE, "f")}*\n\n${PRIVACY_POLICY_SECTIONS.join('\n\n')}\n\nIf you have any further questions, please contact us via our ${link(DISCORD_INVITES.privacy, "Support Server")}`,
description: `${icon("agreements")} **labsCore Privacy Policy**\n*Last Updated: ${timestamp(PRIVACY_POLICY_LAST_UPDATE, "f")}*\n\n${PRIVACY_POLICY_SECTIONS.join('\n\n')}\n\nIf you have any further questions, please contact us via our ${link(DISCORD_INVITES.privacy, "Support Server")}`,
color: COLORS.brand
})
)