Base-level functioning
This commit is contained in:
parent
050d927908
commit
6f7f3df001
9
main.js
9
main.js
@ -7,15 +7,8 @@ const token = process.env.TOKEN;
|
||||
const statusChannelId = process.env.statusChannelId;
|
||||
|
||||
// Discord.JS
|
||||
const { Client, Intents } = require('discord.js-selfbot-v13');
|
||||
const { Client } = require('discord.js-selfbot-v13');
|
||||
const client = new Client({
|
||||
intents: [
|
||||
'GUILDS',
|
||||
'GUILD_MESSAGES',
|
||||
'GUILD_MESSAGE_REACTIONS',
|
||||
'DIRECT_MESSAGES',
|
||||
'DIRECT_MESSAGE_REACTIONS',
|
||||
],
|
||||
partials: [
|
||||
'CHANNEL',
|
||||
'MESSAGE',
|
||||
|
@ -9,7 +9,7 @@
|
||||
"axios": "^0.21.4",
|
||||
"discord-api-types": "^0.22.0",
|
||||
"discord.js": "^13.15.1",
|
||||
"discord.js-selfbot-v13": "^2.14.9",
|
||||
"discord.js-selfbot-v13": "^2.14.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"fuzzy-search": "^3.2.1",
|
||||
"mysql": "^2.18.1",
|
||||
|
Loading…
Reference in New Issue
Block a user