I am writing a private bot. When I wanted to make a command with option to ping another user. However, when I try to run it i am getting an error: TypeError: ” ” is not a function This is my code: const { Client, Events, GatewayIntentBits, SlashCommandBuilder, REST, Routes } = require(‘discord.js’); const {token} […]