From ad748abf27a5729154aa4c76af4d8ac326faa767 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sun, 2 May 2021 12:09:00 -0500 Subject: [PATCH] Remove fs and execSync as they aren't used anymore --- bot/awesomescibo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 4534d39..b3d1034 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -1,7 +1,6 @@ #!/usr/bin/env node const Discord = require("discord.js"); -const execSync = require("child_process").execSync; const client = new Discord.Client({ partials: ["MESSAGE", "CHANNEL", "REACTION"], });