Bug fixes and ~~performance~~ typing improvements
diff --git a/src/commands/nucleus/invite.ts b/src/commands/nucleus/invite.ts
index 8ae8c1a..341f7d2 100644
--- a/src/commands/nucleus/invite.ts
+++ b/src/commands/nucleus/invite.ts
@@ -1,8 +1,4 @@
-import {
-    CommandInteraction,
-    MessageActionRow,
-    MessageButton
-} from "discord.js";
+import { CommandInteraction, MessageActionRow, MessageButton } from "discord.js";
 import { SlashCommandSubcommandBuilder } from "@discordjs/builders";
 import EmojiEmbed from "../../utils/generateEmojiEmbed.js";
 import client from "../../utils/client.js";
@@ -15,9 +11,7 @@
         embeds: [
             new EmojiEmbed()
                 .setTitle("Invite")
-                .setDescription(
-                    "You can invite Nucleus to your server by clicking the button below"
-                )
+                .setDescription("You can invite Nucleus to your server by clicking the button below")
                 .setEmoji("NUCLEUS.LOGO")
                 .setStatus("Danger")
         ],