mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
eh
This commit is contained in:
@@ -5,9 +5,9 @@ module.exports = {
|
||||
init: (dclient) => {
|
||||
var client = dclient
|
||||
|
||||
return;
|
||||
client.on("message", (msg) => {
|
||||
if (swearjar.profane(msg.cleanContent))
|
||||
msg.reply("that's profane :(")
|
||||
if (swearjar.profane(msg.cleanContent)) msg.reply("that's profane :(")
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user