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"], });