0

Here's my code:

require('dotenv').config();

const {REST} = require('@discordjs/rest');
const { Routes } = require('discord-api-types/v9');
const { Client, Intents, Collection } = require('discord.js');
const { Player } = require("discord-player");

const fs = require('fs');
const path = require('path');

const client = new Client [{
  intents: [
    Intents.GUILD,
    Intents.GUILD_MESSAGES,
    Intents.GUILD_VOICE_STATES
  ]
}];

I've been working this for an hour now but I still cant fix it

Tyler2P
  • 2,324
  • 26
  • 22
  • 31
mstryd
  • 1

0 Answers0