diff --git a/.gitignore b/.gitignore index 7af7f04..e2d11fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /node_modules -.env \ No newline at end of file +.env +~/.gitconfig diff --git a/index.js b/index.js index 4becf0b..52b27a2 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,4 @@ -import { Client, GatewayIntentBits, WebhookClient, AuditLogEvent, OAuth2Scopes, Options } from 'discord.js'; -// import commands from './commands.js'; +import { Client, GatewayIntentBits, WebhookClient, AuditLogEvent, OAuth2Scopes, Options, Events } from 'discord.js'; import firstDetector from './detectors/allDetector.js'; // const webhookClient = process.env.LOGS_WEBHOOK ? new WebhookClient({ url: process.env.LOGS_WEBHOOK }) : null;