diff --git a/main.ts b/main.ts index 3ede523..d11df9b 100644 --- a/main.ts +++ b/main.ts @@ -1,7 +1,5 @@ -import { MessageMentionOptions } from "discord.js"; - // Require the necessary discord.js classes -const { Client, Events, GatewayIntentBits, REST, Routes, Collection, FLAGS } = require('discord.js'); +const { Client, Events, GatewayIntentBits, REST, Routes, Collection, FLAGS, MessageMentionOptions } = require('discord.js'); const Discord = require('discord.js'); const { clientId, guildId, token } = require('./key.json'); const fs = require('node:fs');