disable ping reply

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-03 19:43:50 -05:00
parent f74131566b
commit 1e47274102

View File

@ -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');