From 90d7502d75f3157f4aaef65ffa77f4dd65cec613 Mon Sep 17 00:00:00 2001 From: TheCodedProf Date: Sun, 5 Mar 2023 19:33:00 -0500 Subject: [PATCH] fixed privacy --- src/commands/privacy.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/commands/privacy.ts b/src/commands/privacy.ts index fecd041..0be4880 100644 --- a/src/commands/privacy.ts +++ b/src/commands/privacy.ts @@ -33,6 +33,7 @@ const callback = async (interaction: CommandInteraction): Promise => { ) .setEmoji("NUCLEUS.LOGO") .setStatus("Danger") + .setFooter({text: "https://clicksminuteper.github.io/policies/nucleus"}) ) .setTitle("Welcome") .setDescription("General privacy information") @@ -47,6 +48,7 @@ const callback = async (interaction: CommandInteraction): Promise => { ) .setEmoji("NUCLEUS.LOGO") .setStatus("Danger") + .setFooter({text: "https://clicksminuteper.github.io/policies/nucleus"}) ) .setTitle("Scanners") .setDescription("About Unscan") @@ -60,6 +62,7 @@ const callback = async (interaction: CommandInteraction): Promise => { ) .setEmoji("NUCLEUS.LOGO") .setStatus("Danger") + .setFooter({text: "https://clicksminuteper.github.io/policies/nucleus"}) ) .setTitle("Link scanning and Transcripts") .setDescription("Information about how links and images are scanned, and transcripts are stored") @@ -74,6 +77,7 @@ const callback = async (interaction: CommandInteraction): Promise => { .setDescription("Below are buttons for controlling this servers privacy settings") .setEmoji("NUCLEUS.LOGO") .setStatus("Danger") + .setFooter({text: "https://clicksminuteper.github.io/policies/nucleus"}) ) .setTitle("Options") .setDescription("Options")