updated all requires to use import instead
This commit is contained in:
parent
ba443111c8
commit
7d5d32fec1
25 changed files with 109 additions and 98 deletions
|
@ -1,7 +1,5 @@
|
|||
require("dotenv").config();
|
||||
const { Client, GatewayIntentBits, Partials } = require("discord.js");
|
||||
|
||||
const events = require("./events/importEvents.js");
|
||||
import { GatewayIntentBits, Partials, Client } from "discord.js";
|
||||
import events from "./events/importEvents.js";
|
||||
|
||||
const client = new Client({
|
||||
intents: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue