Reformat code
diff --git a/src/commands/nucleus/premium.ts b/src/commands/nucleus/premium.ts
index 58b51a9..4effb23 100644
--- a/src/commands/nucleus/premium.ts
+++ b/src/commands/nucleus/premium.ts
@@ -194,7 +194,8 @@
}
let userPremiumServers = "";
- if ((dbMember?.appliesTo.length ?? 0) > 0) userPremiumServers = "\nIf you want to remove premium from a server, run this command in your DMs with me.";
+ if ((dbMember?.appliesTo.length ?? 0) > 0)
+ userPremiumServers = "\nIf you want to remove premium from a server, run this command in your DMs with me.";
interaction.editReply({
embeds: [
@@ -223,7 +224,9 @@
new EmojiEmbed()
.setTitle("Premium")
.setDescription(
- `You have already activated premium on the maximum amount of servers!` + userPremiumServers + firstDescription
+ `You have already activated premium on the maximum amount of servers!` +
+ userPremiumServers +
+ firstDescription
)
.setEmoji("NUCLEUS.PREMIUMACTIVATE")
.setStatus("Danger")
@@ -236,7 +239,9 @@
embeds: [
new EmojiEmbed()
.setTitle("Premium")
- .setDescription(`You have activated premium on this server!` + userPremiumServers + firstDescription)
+ .setDescription(
+ `You have activated premium on this server!` + userPremiumServers + firstDescription
+ )
.setEmoji("NUCLEUS.LOGO")
.setStatus("Danger")
],