help how to use SlashCommandBuilder without discordjs builders?
soo the terminal says SlashCommandBuilder isnt a thing when i replace every instance of @discordjs/builders.
const { SlashCommandBuilder } = require('@discordjs/builders');const { SlashCommandBuilder } = require('discord.js');npm ls discord.js