fixed privacy

pull/34/head
TheCodedProf 3 years ago
parent c42df7176b
commit 90d7502d75

@ -33,6 +33,7 @@ const callback = async (interaction: CommandInteraction): Promise<void> => {
) )
.setEmoji("NUCLEUS.LOGO") .setEmoji("NUCLEUS.LOGO")
.setStatus("Danger") .setStatus("Danger")
.setFooter({text: "https://clicksminuteper.github.io/policies/nucleus"})
) )
.setTitle("Welcome") .setTitle("Welcome")
.setDescription("General privacy information") .setDescription("General privacy information")
@ -47,6 +48,7 @@ const callback = async (interaction: CommandInteraction): Promise<void> => {
) )
.setEmoji("NUCLEUS.LOGO") .setEmoji("NUCLEUS.LOGO")
.setStatus("Danger") .setStatus("Danger")
.setFooter({text: "https://clicksminuteper.github.io/policies/nucleus"})
) )
.setTitle("Scanners") .setTitle("Scanners")
.setDescription("About Unscan") .setDescription("About Unscan")
@ -60,6 +62,7 @@ const callback = async (interaction: CommandInteraction): Promise<void> => {
) )
.setEmoji("NUCLEUS.LOGO") .setEmoji("NUCLEUS.LOGO")
.setStatus("Danger") .setStatus("Danger")
.setFooter({text: "https://clicksminuteper.github.io/policies/nucleus"})
) )
.setTitle("Link scanning and Transcripts") .setTitle("Link scanning and Transcripts")
.setDescription("Information about how links and images are scanned, and transcripts are stored") .setDescription("Information about how links and images are scanned, and transcripts are stored")
@ -74,6 +77,7 @@ const callback = async (interaction: CommandInteraction): Promise<void> => {
.setDescription("Below are buttons for controlling this servers privacy settings") .setDescription("Below are buttons for controlling this servers privacy settings")
.setEmoji("NUCLEUS.LOGO") .setEmoji("NUCLEUS.LOGO")
.setStatus("Danger") .setStatus("Danger")
.setFooter({text: "https://clicksminuteper.github.io/policies/nucleus"})
) )
.setTitle("Options") .setTitle("Options")
.setDescription("Options") .setDescription("Options")

Loading…
Cancel
Save