Browse Source

Remove fs and execSync as they aren't used anymore

pull/9/head
Abheek Dhawan 4 years ago
parent
commit
ad748abf27
  1. 1
      bot/awesomescibo.js

1
bot/awesomescibo.js

@ -1,7 +1,6 @@
#!/usr/bin/env node #!/usr/bin/env node
const Discord = require("discord.js"); const Discord = require("discord.js");
const execSync = require("child_process").execSync;
const client = new Discord.Client({ const client = new Discord.Client({
partials: ["MESSAGE", "CHANNEL", "REACTION"], partials: ["MESSAGE", "CHANNEL", "REACTION"],
}); });

Loading…
Cancel
Save