Skip to content

Instantly share code, notes, and snippets.

View Benricheson101's full-sized avatar
🦦
owo

Ben Richeson Benricheson101

🦦
owo
View GitHub Profile
@Benricheson101
Benricheson101 / eval.js
Last active February 14, 2021 23:55
Overcomplicated Discord.js eval command
const { runInNewContext } = require("vm");
const Discord = require("discord.js");
const chalk = require("chalk");
const { inspect } = require("util");
const fetch = require("node-fetch");
const { colors: { default: defaultColor } } = require("../../config.json");
const options = {
callback: false,
stdout: true,