edited premium
diff --git a/src/index.ts b/src/index.ts
index 362b805..a88cc54 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -14,4 +14,7 @@
 
 await client.login(config.enableDevelopment ? config.developmentToken : config.token)
 
-await recordPerformance();
\ No newline at end of file
+await recordPerformance();
+
+import { getCommandMentionByName} from "./utils/getCommandMentionByName.js";
+console.log(await getCommandMentionByName("nucleus/premium"))