Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 6ea5342

Browse files
fix
1 parent 4b0e818 commit 6ea5342

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/main/log.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SlashCommandBuilder, EmbedBuilder } from "discord.js";
1+
/*import { SlashCommandBuilder, EmbedBuilder } from "discord.js";
22
import mysql from "mysql";
33
const allowedroleID = "" // do this later when I have perms
44
const logchannel = ""
@@ -103,3 +103,4 @@ module.exports = {
103103
104104
}
105105
}
106+
*/

0 commit comments

Comments
 (0)