disable ping reply
This commit is contained in:
parent
f74131566b
commit
1e47274102
4
main.ts
4
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');
|
||||
|
Loading…
Reference in New Issue
Block a user