fix
This commit is contained in:
parent
80513468f4
commit
3bdae268b2
2 changed files with 3 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
/node_modules
|
/node_modules
|
||||||
.env
|
.env
|
||||||
|
~/.gitconfig
|
||||||
|
|
|
||||||
3
index.js
3
index.js
|
|
@ -1,5 +1,4 @@
|
||||||
import { Client, GatewayIntentBits, WebhookClient, AuditLogEvent, OAuth2Scopes, Options } from 'discord.js';
|
import { Client, GatewayIntentBits, WebhookClient, AuditLogEvent, OAuth2Scopes, Options, Events } from 'discord.js';
|
||||||
// import commands from './commands.js';
|
|
||||||
import firstDetector from './detectors/allDetector.js';
|
import firstDetector from './detectors/allDetector.js';
|
||||||
|
|
||||||
// const webhookClient = process.env.LOGS_WEBHOOK ? new WebhookClient({ url: process.env.LOGS_WEBHOOK }) : null;
|
// 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