Compare commits
2 Commits
93c3dfa65e
...
1af66c7c00
Author | SHA1 | Date | |
---|---|---|---|
|
1af66c7c00 | ||
|
9420839679 |
2
index.js
2
index.js
@ -1,7 +1,7 @@
|
|||||||
require("dotenv").config();
|
require("dotenv").config();
|
||||||
const { Client, Collection } = require("discord.js");
|
const { Client, Collection } = require("discord.js");
|
||||||
|
|
||||||
const client = new Client({ intents: 32767 });
|
const client = new Client({ intents: 4097 });
|
||||||
module.exports = client;
|
module.exports = client;
|
||||||
|
|
||||||
// Global Variables
|
// Global Variables
|
||||||
|
Loading…
Reference in New Issue
Block a user