1.0.3 • Published 3 years ago

majordickalert v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

MajorDickAlert

A simple insult module with no other purpose then to degrade people.


Support


Installation

npm i majordickalert@latest


Constructor

Options for the module | Entry | Type | Definition | |----------------|---------------|---------------| | #1 | CLIENT | Your client variable | #2 | BOOLEAN | Whether or not to toggle debug mode and error logs | #3 | STRING | The Sub Reddit you'd like to pull the insults from (OPTIONAL)


Code Example

const Discord = require('discord.js');
const insults = require('majordickalert');
const insultmofo = new insults(client, true, 'insults')

client.on('message', async message => {
    insultmofo.insultSkid(message)
})