prettiered
diff --git a/src/commands/nucleus/premium.ts b/src/commands/nucleus/premium.ts
index 5fe6d88..a3f1368 100644
--- a/src/commands/nucleus/premium.ts
+++ b/src/commands/nucleus/premium.ts
@@ -89,7 +89,7 @@
         await i.deferUpdate();
         await client.database.premium.removePremium(interaction.user.id, i.values[0]!);
     } while (!closed);
-    await interaction.deleteReply()
+    await interaction.deleteReply();
 };
 
 const callback = async (interaction: CommandInteraction): Promise<void> => {