generated from nhcarrigan/template
fix: clean up intents
This commit is contained in:
@@ -17,8 +17,6 @@ import { logger } from "./utils/logger.js";
|
|||||||
const serenya = new Client({
|
const serenya = new Client({
|
||||||
intents: [
|
intents: [
|
||||||
GatewayIntentBits.Guilds,
|
GatewayIntentBits.Guilds,
|
||||||
GatewayIntentBits.GuildMessages,
|
|
||||||
GatewayIntentBits.MessageContent,
|
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user