discord_love

1.0.4 • Public • Published

Discord Love

This is package for discord love commands, you want kiss command? No problem just use this package and its easy you dont need to type much

Usage

const love = require("discord_love"); // Requirers a package
console.log(love.kiss()) // Returns a random kiss image

Here is some example how to use this package

const love = require('discord_love');
const { Client, Intents } = require('discord.js');
const client = new Client({ intents: [Intents.FLAGS.GUILDS] });

client.on('ready', () => {
    console.log('Hey im ready!')
});

client.on('message', (message) => {
    if (message.content == 'kiss') {
        message.channel.send(love.kiss())
    }
});

client.login('token');

Methodes

love.kiss() returns a kiss gif

love.hug() returns a hug gif

love.slap() returns a slap gif

love.lick() returns a licking gif

Package Sidebar

Install

npm i discord_love

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

6.96 kB

Total Files

3

Last publish

Collaborators

  • mqrkelich