swearoo.js-yarn

0.0.4 • Public • Published

Swearoo.js

DOCUMENTATION: CLICK ME npm installnfo

UPDATE LOG 1.0.0!

Added 4 new languages! Swedish Belarus Persian And Chinese We Currently Have 5 languages!

UPCOMING UPDATE!

Yarn!

Add the Swearoo.js Module in your bot to filter every swear word out.

Install

npm install swearoo.js

Example

const Discord = require('discord.js')
const client = new Discord.Client();                          
const swearoo = require("swearoo.js") 


client.on('ready', () => {
    console.log(`Logged in as ${client.user.tag}!`)
})

  client.on('message', async message => {
    swearoo(client, message);
    console.log(`ID: ${message.author.id} Username: ${message.author.username} Said a swear word!`)
    })

client.login(token)

Support

Join the support server: CLICK ME

Readme

Keywords

none

Package Sidebar

Install

npm i swearoo.js-yarn

Weekly Downloads

0

Version

0.0.4

License

Apache-2.0

Unpacked Size

18.5 kB

Total Files

4

Last publish

Collaborators

  • codeswithjames