fixed privacy

pull/32/head
TheCodedProf 3 years ago
parent 85dcca8590
commit e915a385fb

@ -85,7 +85,8 @@ const callback = async (interaction: CommandInteraction): Promise<void> => {
: ``
}\n\n\n` +
`Nucleus is fully [open source](https://github.com/clicksminuteper/Nucleus), and all currently free features will remain free forever.\n\n` +
`You can invite Nucleus to your server using ${getCommandMentionByName("nucleus/invite")}`
`You can invite Nucleus to your server using ${getCommandMentionByName("nucleus/invite")}\n` +
`Our support server can be found [here](https://discord.gg/bPaNnxe), and we can be emailed at support@clicks.codes`
);
} else {
const currentData = getCommandByName(

@ -84,6 +84,7 @@ const callback = async (interaction: CommandInteraction): Promise<void> => {
.setLabel("Clear all data")
.setCustomId("clear-all-data")
.setStyle(ButtonStyle.Danger)
.setDisabled(!(interaction.user.id === interaction.guild!.ownerId))
])
])
]

Loading…
Cancel
Save