fix
This commit is contained in:
parent
80513468f4
commit
3bdae268b2
2 changed files with 3 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/node_modules
|
||||
.env
|
||||
~/.gitconfig
|
||||
|
|
|
|||
3
index.js
3
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue