deleted for now

This commit is contained in:
2019-03-19 05:48:47 +11:00
parent ba4814464f
commit 0deb931fd7

View File

@@ -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 :(")
})
}
}