mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
deleted for now
This commit is contained in:
@@ -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 :(")
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user