minor fixes
diff --git a/src/premium/attachmentLogs.ts b/src/premium/attachmentLogs.ts
index 8cfe080..156503a 100644
--- a/src/premium/attachmentLogs.ts
+++ b/src/premium/attachmentLogs.ts
@@ -1,4 +1,4 @@
-import { getCommandMentionByName } from './../utils/getCommandMentionByName';
+import { getCommandMentionByName } from './../utils/getCommandMentionByName.js';
import client from "../utils/client.js";
import keyValueList from "../utils/generateKeyValueList.js";
import singleNotify from "../utils/singleNotify.js";