This has updated for 1.20.4, all of the optimization mods mentioned here are compatible with each other and don't affect vanilla behaviour by default.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Description: Discord.js v14 Remove Slash Commands script | |
* Author: hmes98318 | |
* License: MIT | |
* node_modules: discord.js | |
*/ | |
const { REST } = require('@discordjs/rest'); | |
const { Routes } = require('discord-api-types/v10'); |