This commit is contained in:
Lou 2025-11-20 21:12:54 +01:00
parent 80513468f4
commit 3bdae268b2
2 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/node_modules
.env
~/.gitconfig

View file

@ -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;