mirror of
https://github.com/Expand-sys/mcbot
synced 2026-03-22 12:37:09 +11:00
removed unneeded perms
This commit is contained in:
parent
aaa300d752
commit
12f51e951a
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -2,7 +2,7 @@ console.time('Time to online');
|
||||||
require("dotenv").config();
|
require("dotenv").config();
|
||||||
const Discord = require("discord.js");
|
const Discord = require("discord.js");
|
||||||
const { dbclient } = require("./mongo");
|
const { dbclient } = require("./mongo");
|
||||||
const client = new Discord.Client({ intents: [Discord.GatewayIntentBits.Guilds, Discord.GatewayIntentBits.GuildMembers, Discord.GatewayIntentBits.GuildMessages, Discord.GatewayIntentBits.MessageContent], partials: [Discord.Partials.Channel] });
|
const client = new Discord.Client({ intents: [Discord.GatewayIntentBits.Guilds, Discord.GatewayIntentBits.GuildMembers], partials: [Discord.Partials.Channel] });
|
||||||
|
|
||||||
require('console-stamp')(console, {
|
require('console-stamp')(console, {
|
||||||
format: ':date(dd mmmm yyyy HH:MM:ss) :label'
|
format: ':date(dd mmmm yyyy HH:MM:ss) :label'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue