diff --git a/plugins/swearjar.js b/plugins/swearjar.js deleted file mode 100644 index 593f5ca..0000000 --- a/plugins/swearjar.js +++ /dev/null @@ -1,13 +0,0 @@ -var swearjar = require('swearjar') - -module.exports = { - name: "Auto Voice Channel", - init: (dclient) => { - var client = dclient - - return; - client.on("message", (msg) => { - if (swearjar.profane(msg.cleanContent)) msg.reply("that's profane :(") - }) - } -} \ No newline at end of file