I am trying to make a terminal accessible in the discord using the bot. The code for this command is :
const { Client, Message, MessageEmbed } = require("discord.js") const child = require("child_process"); module.exports = { name: "terminal", /** * @param {Client} client * @param {Message} message * @param {String[]}
…
Top comments (0)