Compare commits

..

No commits in common. "1af66c7c00fd0450e194e6ebb24a68a04dc70634" and "93c3dfa65e09350c80aa02490b177e734d467279" have entirely different histories.

View File

@ -1,7 +1,7 @@
require("dotenv").config();
const { Client, Collection } = require("discord.js");
const client = new Client({ intents: 4097 });
const client = new Client({ intents: 32767 });
module.exports = client;
// Global Variables