From 1e472741022ba0e04b7ffeb39e7026a81af254c0 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Mon, 3 Apr 2023 19:43:50 -0500 Subject: [PATCH] disable ping reply --- main.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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');