Development (#32)

pull/38/head
Samuel Shuert 3 years ago committed by GitHub
commit fc8b656473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,8 @@ const callback = async (interaction: CommandInteraction): Promise<void> => {
: `` : ``
}\n\n\n` + }\n\n\n` +
`Nucleus is fully [open source](https://github.com/clicksminuteper/Nucleus), and all currently free features will remain free forever.\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 { } else {
const currentData = getCommandByName( const currentData = getCommandByName(

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

Loading…
Cancel
Save