Untitled

 avatar
unknown
plain_text
2 years ago
185 B
4
Indexable
const { Client, GatewayIntentBits } = require('discord.js');

const client = new Discord.Client({
  intents: [
    GatewayIntentBits.Guilds,
    GatewayIntentBits.GuildMessages,
  ]
})
Editor is loading...